lowlevellibsandfws/apputils/bsul/test/t_iniparser/testconfig8.ini
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 11 Jun 2010 15:26:22 +0300
changeset 34 5fae379060a7
parent 0 e4d67989cc36
permissions -rw-r--r--
Revision: 201023 Kit: 2010123

; 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				;<key>=<value>
	# comment
 key2=value2				;	<ws><key>=<value>
	key3 =value3			;<ws><key><ws>=<value>
; comment
	key4 =	value4			; <ws><key><ws>=<ws><value>
	key5	= value value value	;<ws><key><ws>=<ws><value><ws>	

[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