Opened 15 years ago
Closed 15 years ago
#1331 closed defect (fixed)
BaseFileWriter doesn't escape newline and carrige return as expected
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.12.1 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
The documentation promises to replace newline and carrige return with \n
and \r
, but the actual implementation only replaces carrige return with \n
.
Change History (2)
comment:1 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [4965]) Fixes #1331: BaseFileWriter doesn't escape newline and carrige return as expected