summaryrefslogtreecommitdiffstats
path: root/tests/syntax-tests/source/INI/test.ini
blob: e4e8b25c13b4283cd8286c3d6166ad3ace051c76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[section]
key=value
numeric = 42
quotes="this value is quoted"
quotes2="this is not a comment ;foo"
different_quotes='these are other characters'

[another one]
first = value
; comment on own line
;another one
second=value ; comment at the end of a line
third = value;another one
# is this a comment? maybe.

[section.with.dots]
[section\with\backspaces]
[section;with;semicola]