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
Notes: sideshowbarker 2024-07-19 05:54:28 +09:00

View file

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