File: section1.ini

package info (click to toggle)
crudini 0.9.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 284 kB
  • sloc: python: 938; sh: 586; makefile: 16
file content (23 lines) | stat: -rw-r--r-- 508 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[section1]
dup1 = val1
dup2 = val2
nospace = val
multiline = with
 leading
 space
nmultiline = not supported with\
comment_after1 = val
comment_after2 = val;not a comment
comment_after3 = val #not a comment
escaped_not_processed = test \nescape
colon = val
double_quotes = "not removed"
single_quotes = 'not removed'
spaces_stripped = val
internal_not_stripped = v  al
notempty1 = ;comment=val
empty = 
python_interpolate = %(dup1)s/blah
interpolate2 = ${dup1}/blah
Caps = not significant
combine = sections