lowlevellibsandfws/apputils/bsul/test/t_iniparser/testconfig8.ini
author William Roberts <williamr@symbian.org>
Thu, 22 Jul 2010 16:48:56 +0100
branchGCC_SURGE
changeset 45 4b03adbd26ca
parent 0 e4d67989cc36
permissions -rw-r--r--
Catchup to latest Symbian^4

; 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