-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
We currently fail on the following upstream compliance tests:
{
"comment": "Combined syntax",
"given": [],
"cases": [
{
"expression": "*||*|*|*",
"result": null
},
{
"expression": "*[]||[*]",
"result": []
},
{
"expression": "[*.*]",
"result": [null]
}
]
}
The first and last case are incorrect, but we handle the middle case correctly at the moment.
Metadata
Metadata
Assignees
Labels
No labels