aboutsummaryrefslogtreecommitdiffstats
path: root/travis/test/utf.json
blob: c1126d89d8bfe694bb412653fd7260b986f135bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[
	{
		"description": "Test __utf__ helpers",
		"id": "utf",
		"format": "bin",
		"source": "utf.asm",
		"target": [
			{ "output": "utf.bin" }
		]
	},
	{
		"description": "Test errors in __utf__ helpers",
		"ref": "utf",
		"option": "-DERROR",
		"target": [
			{ "stderr": "utf-error.stderr" }
		],
		"error": "expected"
	}
]