Skip to content

Commit 70b9001

Browse files
committed
Add extra syntax error cases
1 parent 0f068f7 commit 70b9001

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/syntax.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,14 @@
9595
{
9696
"expression": "!",
9797
"error": "syntax"
98+
},
99+
{
100+
"expression": "@=",
101+
"error": "syntax"
102+
},
103+
{
104+
"expression": "@``",
105+
"error": "syntax"
98106
}
99107
]
100108
},

0 commit comments

Comments
 (0)