more byte failing tests

This commit is contained in:
gluax 2021-06-11 10:05:08 -07:00
parent 5b4cc494c1
commit debaf9cd61
2 changed files with 14 additions and 0 deletions

View File

@ -9,6 +9,13 @@ outputs:
- " --> test:1:1\n |\n 1 | '\\x7'\n | ^\n |\n = unexpected token: '''"
- " --> test:1:1\n |\n 1 | '\\x7g'\n | ^\n |\n = unexpected token: '''"
- " --> test:1:1\n |\n 1 | '\\xz'\n | ^\n |\n = unexpected token: '''"
- " --> test:1:1\n |\n 1 | '\\x80'\n | ^\n |\n = unexpected token: '''"
- " --> test:1:1\n |\n 1 | '\\xc1'\n | ^\n |\n = unexpected token: '''"
- " --> test:1:1\n |\n 1 | '\\xc2'\n | ^\n |\n = unexpected token: '''"
- " --> test:1:1\n |\n 1 | '\\xDF'\n | ^\n |\n = unexpected token: '''"
- " --> test:1:1\n |\n 1 | '\\xC0'\n | ^\n |\n = unexpected token: '''"
- " --> test:1:1\n |\n 1 | '\\xe0'\n | ^\n |\n = unexpected token: '''"
- " --> test:1:1\n |\n 1 | '\\x9f'\n | ^\n |\n = unexpected token: '''"
- " --> test:1:1\n |\n 1 | 'abcdefg'\n | ^\n |\n = unexpected token: '''"
- " --> test:1:1\n |\n 1 | '\\t\\t'\n | ^\n |\n = unexpected token: '''"
- " --> test:1:1\n |\n 1 | '\\a'\n | ^\n |\n = unexpected token: '''"

View File

@ -13,6 +13,13 @@ expectation: Fail
'\x7'
'\x7g'
'\xz'
'\x80'
'\xc1'
'\xc2'
'\xDF'
'\xC0'
'\xe0'
'\x9f'
'abcdefg'