test/data/multiline.ini in inifile-1.1.0 vs test/data/multiline.ini in inifile-2.0.0
- old
+ new
@@ -5,17 +5,20 @@
[section_two]
three = 3
; comments should be ignored
[section_three]
-three = hello\
+three = hello \
multiline
other = "stuff"
[section_four]
-four = hello\
-multiple\
-multilines
+four = hello \ # comments work here, too
+multiple \ # and here !!!
+multilines # and even here (OMG)
+five = "multiple lines
+inside of quotations
+preserve everything"
[empty_lines]
empty =
not_empty=full