[
	{
		"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"
	}
]
