summaryrefslogtreecommitdiffstats
path: root/tests/syntax-tests/highlighted/INI/test.ini
blob: 05f8cb0217949464ae7f6d5ca16443ede7c50183 (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]