Skip to content

Commit fb13a36

Browse files
committed
Make erroneous test a syntax error
1 parent f82e12a commit fb13a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tests/bidi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
{
6565
"description": "match-statement s variant *(o variant)",
6666
"src": ".local $x = {1 :number}.match $x\u061c1 {{one}}* {{other}}",
67-
"exp": "one"
67+
"expErrors": [{"type": "syntax-error"}]
6868
},
6969
{
7070
"description": "variant = key *(s key) quoted-pattern",

0 commit comments

Comments
 (0)