diff -r 000000000000 -r bde4ae8d615e os/ossrv/lowlevellibsandfws/apputils/bsul/test/t_iniparser/testconfig8.ini --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/os/ossrv/lowlevellibsandfws/apputils/bsul/test/t_iniparser/testconfig8.ini Fri Jun 15 03:10:57 2012 +0200 @@ -0,0 +1,39 @@ +; THIS IS COMMENT +[SERVERS] ; [SERVERS] +SWTRACER = + + #[test_section] + +[test_twosection] +; this value with exact test_section will not confuse the parser + mykey= [test_section] ; purposely here to test for best matching +key1= value1; + + [test_section] +key1=value1 ;= + # comment + key2=value2 ; = + key3 =value3 ;= +; comment + key4 = value4 ; = + key5 = value value value ;= + +[SWTRACER] +trace=9 ;inline comment + +[MEDIA] +RDebug = SwtRDebugPlugin.dll + +[MAPPINGS] +SwtTestTag1/* = 1 +LocalTag1/* = 1 +NewTag1/NewTag2 = 1 + +[OUTPUT_CHANNELS] ;inline comment again +1 = RDebug + +[1] +clear = 10 +timestamps = 0 +new_setting = value \n value1\t value2 ;testing multi value line +setting= value #best match