aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/test/ct_config_SUITE_data/config/config.xml
blob: 8eeff1482f56c4a53fb5282a89b765327f6200ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<config>
	<x>suite</x>
	<gen_cfg>
		<a>a_value</a>
		<b>b_value</b>
		<c><d>d_value</d></c>
	</gen_cfg>
	<gen_cfg2>
		<c>"Hello, world!"</c>
		<d>atom_value</d>
		<e>{tuple,1,"third value",[]}</e>
		<f>[]</f>
		<g>[1,atom,"string",13.6,{1,2,3}]</g>
	</gen_cfg2>
	<gen_cfg3>
		<h>
			<i>third1</i>
			<j>"Third2"</j>
			<k>'THIRD3'</k>
		</h>
		<l>
			<m>
				<n>"N"</n>
				<o>'O'</o>
			</m>
		</l>
	</gen_cfg3>
</config>