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 3570bae commit 33f6514Copy full SHA for 33f6514
tests/syntax.json
@@ -119,6 +119,22 @@
119
}
120
]
121
},
122
+ {
123
+ "comment": "Function syntax errors",
124
+ "given": {},
125
+ "cases": [
126
127
+ "comment": "invalid start of function",
128
+ "expression": "@(foo)",
129
+ "error": "syntax"
130
+ },
131
132
+ "comment": "function names cannot be quoted",
133
+ "expression": "\"foo\"(bar)",
134
135
+ }
136
+ ]
137
138
{
139
"comment": "Wildcard syntax",
140
"given": {"type": "object"},
0 commit comments