more tests

This commit is contained in:
mhoffm
2021-06-08 23:31:40 +02:00
parent 4cb4f3f142
commit 6da374befd
4 changed files with 1616 additions and 1539 deletions

View File

@@ -247,19 +247,22 @@
"value": "\""
},
{
"type": "REPEAT",
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "CHOICE",
"members": [
{
"type": "PATTERN",
"value": "[^\\\\\"\\n]"
},
{
"type": "PATTERN",
"value": "\\\\(.|\\n)"
}
]
"type": "REPEAT",
"content": {
"type": "CHOICE",
"members": [
{
"type": "PATTERN",
"value": "[^\\\\\"\\n]"
},
{
"type": "PATTERN",
"value": "\\\\(.|\\n)"
}
]
}
}
},
{