mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-09 12:42:54 +00:00
LibWeb: Tokenize "anything else" in CommentLessThanSignBangDashDash
This commit is contained in:
parent
b2a7137f57
commit
77a3710e9d
Notes:
sideshowbarker
2024-07-19 05:54:28 +09:00
Author: https://github.com/awesomekling
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