Fix BigComments and StringWithLongBracket swallowing an ending ']' if ']' occurred somewhere within
This commit is contained in:
parent
04f5804dff
commit
8b30b34bd1
@ -1202,6 +1202,7 @@ class Tokenizer
|
||||
else
|
||||
{
|
||||
closingLongBracketLevel = 0;
|
||||
state = State.BigComment;
|
||||
}
|
||||
}
|
||||
break;
|
||||
@ -1279,6 +1280,7 @@ class Tokenizer
|
||||
{
|
||||
closingLongBracketLevel = 0;
|
||||
AppendDataChar(ch);
|
||||
state = State.StringWithLongBracket;
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user