Skip to content

Commit c43fd62

Browse files
committed
Fix test case with proper error code
1 parent 08b1cbf commit c43fd62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tests/fallback.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"description": "function with quoted literal operand",
1919
"src": "{|C:\\\\| :test:function fails=format}",
2020
"exp": "{|C:\\\\|}",
21-
"expErrors": [{ "type": "bad-option" }]
21+
"expErrors": [{ "type": "bad-operand" }]
2222
},
2323
{
2424
"description": "unannotated implicit input variable",

0 commit comments

Comments
 (0)