We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f7d43a commit 3683510Copy full SHA for 3683510
tests/syntax.json
@@ -84,6 +84,10 @@
84
"expression": "(",
85
"error": "syntax"
86
},
87
+ {
88
+ "expression": "((&",
89
+ "error": "syntax"
90
+ },
91
{
92
"expression": "a[",
93
@@ -95,6 +99,20 @@
95
99
96
100
"expression": "a][",
97
101
102
103
104
+ "expression": "!",
105
106
+ }
107
+ ]
108
109
110
+ "comment": "Boolean syntax errors",
111
+ "given": {"type": "object"},
112
+ "cases": [
113
114
+ "expression": "![!(!",
115
98
116
}
117
]
118
0 commit comments