test/data/escape.ini in inifile-1.1.0 vs test/data/escape.ini in inifile-2.0.0

- old
+ new

@@ -4,9 +4,10 @@ [escaped] tabs = There is a tab\tcharacter in here somewhere carriage return = Who uses these anyways?\r newline = Trust newline!\nAlways there when you need him.\nSplittin' those lines. -null = Who'd be silly enough to put\0 a null character in the middle of a string?\ +null = Who'd be silly enough to put\0 a null character in the middle of a string? \ Stroustrup would not approve! backslash = This string \\t contains \\n no \\r special \\0 characters! +quoted = "Escaping works\tinside quoted strings!"