os/ossrv/lowlevellibsandfws/apputils/bsul/test/t_iniparser/testconfig8.ini
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/lowlevellibsandfws/apputils/bsul/test/t_iniparser/testconfig8.ini	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,39 @@
     1.4 +; THIS IS COMMENT
     1.5 +[SERVERS]				; [SERVERS]
     1.6 +SWTRACER = 				
     1.7 +
     1.8 +	#[test_section]
     1.9 +
    1.10 +[test_twosection]
    1.11 +; this value with exact test_section will not confuse the parser
    1.12 + mykey= [test_section]	; purposely here to test for best matching
    1.13 +key1= value1;
    1.14 +
    1.15 +	[test_section]
    1.16 +key1=value1				;<key>=<value>
    1.17 +	# comment
    1.18 + key2=value2				;	<ws><key>=<value>
    1.19 +	key3 =value3			;<ws><key><ws>=<value>
    1.20 +; comment
    1.21 +	key4 =	value4			; <ws><key><ws>=<ws><value>
    1.22 +	key5	= value value value	;<ws><key><ws>=<ws><value><ws>	
    1.23 +
    1.24 +[SWTRACER]
    1.25 +trace=9	;inline comment
    1.26 +
    1.27 +[MEDIA]
    1.28 +RDebug = SwtRDebugPlugin.dll
    1.29 +
    1.30 +[MAPPINGS]
    1.31 +SwtTestTag1/* = 1
    1.32 +LocalTag1/* = 1
    1.33 +NewTag1/NewTag2 = 1
    1.34 +
    1.35 +[OUTPUT_CHANNELS]	;inline comment again
    1.36 +1 = RDebug
    1.37 +
    1.38 +[1]
    1.39 +clear = 10
    1.40 +timestamps = 0
    1.41 +new_setting = value \n value1\t value2	 ;testing multi value line
    1.42 +setting= value	#best match