aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/test/ct_config_SUITE_data/config/config.txt
blob: 0424dbf92ee802581b37014a3f5a0c699595102c (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
29
30
31
{x, suite}.
{gen_cfg,
	[
		{a,a_value},
		{b,b_value}
	]}.
{gen_cfg2,
	[
		{c, "Hello, world!"},
		{d, atom_value},
		{e, {tuple,1,"third value",[]}},
		{f, []},
		{g, [1,atom,"string",13.6,{1,2,3}]}
	]}.
{gen_cfg3,
	[
		{h,
		[
			{i, third1},
			{j, "Third2"},
			{k, 'THIRD3'}
		]},
		{l,
		[
			{m,
			[
				{n, "N"},
				{o, 'O'}
			]}
		]}
	]}.