Fix error message
This commit is contained in:
parent
f310882220
commit
a4d9e5023f
@ -491,7 +491,7 @@ class Tokenizer
|
|||||||
case 'x':
|
case 'x':
|
||||||
{
|
{
|
||||||
state = State.QuoteBackslashX;
|
state = State.QuoteBackslashX;
|
||||||
throw new NotImplementedException($"\\u escape sequences are broken right now");
|
throw new NotImplementedException($"\\x escape sequences are broken right now");
|
||||||
}
|
}
|
||||||
case 'u':
|
case 'u':
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user