1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
global=supported
[section1]
dup1 = val1
dup1 = val1
dup2 = val1
dup2 = val2
nospace=val
multiline = with
leading
space
nmultiline=not supported with\
;comment
#comment
comment_after1=val ;a comment
comment_after2=val;not a comment
comment_after3=val #not a comment
escaped_not_processed=test \nescape
colon:val ; supported also
double_quotes = "not removed"
single_quotes = 'not removed'
spaces_stripped = val ;
internal_not_stripped = v al ;
notempty1= ;comment=val
;Note iniparse requires the = following empty
empty=
python_interpolate = %(dup1)s/blah
interpolate2 = ${dup1}/blah
Caps = not significant
[section1]
combine=sections
[empty section]
[non-sh-compat]
space name=val
Ăștf8name=val
1num=val
ls;name=val
[list]
list1 = v1, v2
list2 = v1,v2
list3 =
v1
v2
|