aboutsummaryrefslogblamecommitdiffstats
path: root/lib/common_test/test/ct_config_SUITE_data/config/config.txt
blob: e4bcc5ba6b8ea75fb4ec224668b03c384219aa40 (plain) (tree)
1
2
3
4
5
6



                            

                                 
























                                                   
           
{x, suite}.
{gen_cfg,
	[
		{a,a_value},
		{b,b_value},
		{c,[{d,d_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'}
			]}
		]}
	]}.