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