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

18 lines
294 B
INI
Raw Normal View History

2020-04-25 23:42:14 +00:00
# comment
; comment again
DefKey1 = Some Value1
DefKey2 = Some Value2 And Tabs! # With Comment
DefKey3=NoSpaces!
[SimpleSection] # Comment For Section
Key1 = 1
Key2 = 2
2020-11-03 08:20:24 +00:00
[MultipleKeySection] // C style comment
2020-04-25 23:42:14 +00:00
Key = onlyone
[SectionWithIndent]
Key=Value
[SectionWithoutNewLineBefore]