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 Nicklas Nordborg, 15 years ago

Owner: changed from everyone to Nicklas Nordborg
Status: newassigned

comment:2 by Nicklas Nordborg, 15 years ago

Resolution: fixed
Status: assignedclosed

(In [4965]) Fixes #1331: BaseFileWriter doesn't escape newline and carrige return as expected

Note: See TracTickets for help on using tickets.