chiark / gitweb /
debugging for thing that crashed
[inn-innduct.git] / tests / lib / config / valid
1 # This is a leading comment.
2 param1: on
3
4         param2:  true
5
6
7 param3: yes
8 # this is a comment \
9 param4: off
10   # this is another
11 # comment
12           # on several lines
13   param5: false ; param6: no
14
15 int1: 0         ;       int2: -3
16   # int3: 5000
17   int4: 5000
18 int5: 2147483647
19 int6: -2147483648
20
21 string1: foo; string2: bar
22 string3: "this is a test"
23 string4: "this is \
24 a test"
25 string5: "this is \a\b\f\n\r\t\v a test \' of \" escapes \?\\"
26 string6: "\
27 # this is not a comment\
28 "; string7: "lost \
29 \nyet?"