1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 13:37:45 +00:00

LibWeb: Tokenize "anything else" in CommentLessThanSignBangDashDash

This commit is contained in:
Andreas Kling 2020-06-01 20:14:23 +02:00
parent b2a7137f57
commit 77a3710e9d

View file

@ -1233,7 +1233,8 @@ _StartOfFunction:
} }
ANYTHING_ELSE ANYTHING_ELSE
{ {
TODO(); PARSE_ERROR();
RECONSUME_IN(CommentEnd);
} }
} }
END_STATE END_STATE