mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-21 09:19:31 +08:00
bfa1ed0ae9
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
21 lines
327 B
JSON
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"
|
|
}
|
|
]
|