author | sl@SLION-WIN7.fritz.box |
Fri, 15 Jun 2012 03:10:57 +0200 | |
changeset 0 | bde4ae8d615e |
permissions | -rw-r--r-- |
sl@0 | 1 |
; THIS IS COMMENT |
sl@0 | 2 |
[SERVERS] ; [SERVERS] |
sl@0 | 3 |
SWTRACER = |
sl@0 | 4 |
|
sl@0 | 5 |
#[test_section] |
sl@0 | 6 |
|
sl@0 | 7 |
[test_twosection] |
sl@0 | 8 |
; this value with exact test_section will not confuse the parser |
sl@0 | 9 |
mykey= [test_section] ; purposely here to test for best matching |
sl@0 | 10 |
key1= value1; |
sl@0 | 11 |
|
sl@0 | 12 |
[test_section] |
sl@0 | 13 |
key1=value1 ;<key>=<value> |
sl@0 | 14 |
# comment |
sl@0 | 15 |
key2=value2 ; <ws><key>=<value> |
sl@0 | 16 |
key3 =value3 ;<ws><key><ws>=<value> |
sl@0 | 17 |
; comment |
sl@0 | 18 |
key4 = value4 ; <ws><key><ws>=<ws><value> |
sl@0 | 19 |
key5 = value value value ;<ws><key><ws>=<ws><value><ws> |
sl@0 | 20 |
|
sl@0 | 21 |
[SWTRACER] |
sl@0 | 22 |
trace=9 ;inline comment |
sl@0 | 23 |
|
sl@0 | 24 |
[MEDIA] |
sl@0 | 25 |
RDebug = SwtRDebugPlugin.dll |
sl@0 | 26 |
|
sl@0 | 27 |
[MAPPINGS] |
sl@0 | 28 |
SwtTestTag1/* = 1 |
sl@0 | 29 |
LocalTag1/* = 1 |
sl@0 | 30 |
NewTag1/NewTag2 = 1 |
sl@0 | 31 |
|
sl@0 | 32 |
[OUTPUT_CHANNELS] ;inline comment again |
sl@0 | 33 |
1 = RDebug |
sl@0 | 34 |
|
sl@0 | 35 |
[1] |
sl@0 | 36 |
clear = 10 |
sl@0 | 37 |
timestamps = 0 |
sl@0 | 38 |
new_setting = value \n value1\t value2 ;testing multi value line |
sl@0 | 39 |
setting= value #best match |