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 989bdc0 commit 542e6ecCopy full SHA for 542e6ec
test/tests/fallback.json
@@ -31,7 +31,7 @@
31
"src": "{$var :number}",
32
"exp": "{$var}",
33
"expParts": [{ "type": "fallback", "source": "$var" }],
34
- "expErrors": [{ "type": "bad-operand" }]
+ "expErrors": [{ "type": "unresolved-variable" }, { "type": "bad-operand" }]
35
},
36
{
37
"description": "local variable with unknown function in declaration",
0 commit comments