multini/test/data/expected_ini/test_del_keyval.sh.ini

19 lines
297 B
INI

# comment
; comment again
DefKey1 = Some Value1
DefKey2 = Some Value2 And Tabs! # With Comment
DefKey3=NoSpaces!
[SimpleSection] # Comment For Section
Key1 = 1
Key2 = 2
[MultipleKeySection] // C style comment
Key = 1
Key = 3
[SectionWithIndent]
Key=Value
[SectionWithoutNewLineBefore]