Fix SingleQuoteBackslashZ expecting to close with "
This commit is contained in:
parent
8cbfb8b941
commit
769d18f2b0
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user