summaryrefslogtreecommitdiffstats
path: root/test/data/o3.ostep
blob: b80444da8df091eaab775dc07d7a4f88b1bd76f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(
	{
		AFirstKey = "A First Value";
		ASecondKey = "A Second Value";
		// this is the last entry
	},
	/*{
		BFirstKey = "B First Value";
		BSecondKey = "B Second Value";
	},*/
	{
		CFirstKey = "C First Value"; // "C First Unused Value";
		// now here is another comment
		CSecondKey = /* "C Second Value";*/ "C Second Corrected Value";
	}
)