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 542e6ec commit c5f71d3Copy full SHA for c5f71d3
test/tests/fallback.json
@@ -43,7 +43,7 @@
43
"description": "function with local variable operand with unknown function in declaration",
44
"src": ".local $var = {|val| :test:undefined} {{{$var :test:function}}}",
45
"exp": "{$var}",
46
- "expErrors": [{ "type": "unknown-function" }]
+ "expErrors": [{ "type": "unknown-function" }, { "type": "bad-operand" }]
47
},
48
{
49
"description": "local variable with unknown function in placeholder",
0 commit comments