mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 09:28:13 +00:00
LibWeb: Tokenize "anything else" in CommentLessThanSignBangDashDash
This commit is contained in:
parent
b2a7137f57
commit
77a3710e9d
1 changed files with 2 additions and 1 deletions
|
@ -1233,7 +1233,8 @@ _StartOfFunction:
|
|||
}
|
||||
ANYTHING_ELSE
|
||||
{
|
||||
TODO();
|
||||
PARSE_ERROR();
|
||||
RECONSUME_IN(CommentEnd);
|
||||
}
|
||||
}
|
||||
END_STATE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue