Fix SingleQuoteBackslashZ expecting to close with "

This commit is contained in:
0x4261756D 2024-02-21 17:38:46 +01:00
parent 8cbfb8b941
commit 769d18f2b0

View File

@ -776,7 +776,7 @@ class Tokenizer
else if(!char.IsWhiteSpace(ch)) else if(!char.IsWhiteSpace(ch))
{ {
AppendDataChar(ch); AppendDataChar(ch);
state = State.Quote; state = State.SingleQuote;
} }
else else
{ {