mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
LibWeb: Fix 'Comment end state' in HTML Tokenizer
Also, update the expected hash in the LibWeb TestHTMLTokenizer regression test. This is due to the "This comment has a few too many dashes." comment token being updated.
This commit is contained in:
committed by
Andreas Kling
parent
d73bb2633c
commit
b6eaefa87d
Notes:
sideshowbarker
2024-07-17 18:27:12 +09:00
Author: https://github.com/ant1441 Commit: https://github.com/SerenityOS/serenity/commit/b6eaefa87d Pull-request: https://github.com/SerenityOS/serenity/pull/12639
@@ -1483,7 +1483,7 @@ _StartOfFunction:
|
||||
}
|
||||
ANYTHING_ELSE
|
||||
{
|
||||
m_current_builder.append('-');
|
||||
m_current_builder.append("--");
|
||||
RECONSUME_IN(Comment);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user