Skip to content

Commit 618857a

Browse files
committed
Added compliance test for empty quoted identifier.
1 parent a79c6e5 commit 618857a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

tests/identifiers.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1373,5 +1373,18 @@
13731373
"result": true
13741374
}
13751375
]
1376+
},
1377+
{
1378+
"given": { "": "foo" },
1379+
"cases": [
1380+
{
1381+
"expression": "\"\"",
1382+
"result": "foo"
1383+
},
1384+
{
1385+
"expression": "@ | \"\"",
1386+
"result": "foo"
1387+
}
1388+
]
13761389
}
13771390
]

0 commit comments

Comments
 (0)