Closed kool79 closed 1 year ago
support for values defined on multiple lines. Current revision (0.9.2) removes all extra lines and corrupts properties. The file
key1 = value on \ multiple lines key2 = another value
becomes:
key1 = value on \ key2 = another value
and in this file we have only 1 property "key1" with a value " value on key2 = another value" i.e. we corrupted 2 properties: key1 and key2
support for values defined on multiple lines. Current revision (0.9.2) removes all extra lines and corrupts properties. The file
becomes:
and in this file we have only 1 property "key1" with a value " value on key2 = another value" i.e. we corrupted 2 properties: key1 and key2