Skip to content

Commit c5f71d3

Browse files
mihnitaeemeli
andauthored
Update test/tests/fallback.json
Co-authored-by: Eemeli Aro <[email protected]>
1 parent 542e6ec commit c5f71d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tests/fallback.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"description": "function with local variable operand with unknown function in declaration",
4444
"src": ".local $var = {|val| :test:undefined} {{{$var :test:function}}}",
4545
"exp": "{$var}",
46-
"expErrors": [{ "type": "unknown-function" }]
46+
"expErrors": [{ "type": "unknown-function" }, { "type": "bad-operand" }]
4747
},
4848
{
4949
"description": "local variable with unknown function in placeholder",

0 commit comments

Comments
 (0)