Skip to content

Commit 542e6ec

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

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
@@ -31,7 +31,7 @@
3131
"src": "{$var :number}",
3232
"exp": "{$var}",
3333
"expParts": [{ "type": "fallback", "source": "$var" }],
34-
"expErrors": [{ "type": "bad-operand" }]
34+
"expErrors": [{ "type": "unresolved-variable" }, { "type": "bad-operand" }]
3535
},
3636
{
3737
"description": "local variable with unknown function in declaration",

0 commit comments

Comments
 (0)