1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
none_comment = 1
none_comment_with_delim = 1=test
# header_single_line test
header_single = string with spaces
# header_single_line test with delim
header_single_with_delim = string with spaces = 3
# header_with_value test
header_with_value = string with spaces #value description
# line 1
# line 2
#
# line 3
multiline_header = multiline header
# header multiline
multiline_entry = line one # line 1
line two # line 2
multiline_entry_with_delim =
line one # line 1
line two=
line three= # line 3
|