soundasleep / iaml

Automatically exported from code.google.com/p/iaml
3 stars 1 forks source link

PHP implementation of set_property will likely corrupt properties file #166

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Call set_property() with a value that has a new line

What is the expected output? What do you see instead?
Expected:
key=value1\
 value2=foo

Actual (I think):
key=value1
value2=foo

Original issue reported on code.google.com by soundasleep on 31 Mar 2010 at 5:42

GoogleCodeExporter commented 9 years ago

Original comment by soundasleep on 1 Apr 2010 at 2:22

GoogleCodeExporter commented 9 years ago
Resolved in r1809.

Original comment by soundasleep on 1 Apr 2010 at 4:38