nasm/travis/test/utf.json
Cyrill Gorcunov bfa1ed0ae9 test: nasm-t -- Add UTF testcase
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2018-10-28 23:51:45 +03:00

21 lines
327 B
JSON

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