Skip to content

Commit 26ca17f

Browse files
committed
Fix expected parts for unsupported-statement test
1 parent 14f6fbe commit 26ca17f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

test/tests/syntax.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -908,12 +908,7 @@
908908
{
909909
"src": ".l $y = {|bar|} {{}}",
910910
"exp": "",
911-
"expParts": [
912-
{
913-
"type": "literal",
914-
"value": "bar"
915-
}
916-
],
911+
"expParts": [],
917912
"expErrors": [
918913
{
919914
"type": "unsupported-statement"

0 commit comments

Comments
 (0)