Files
ladybird/Userland/Libraries/LibWeb/HTML/Parser/HTMLTokenizer.cpp
Karol Kosek c157c2148f LibWeb: Don't emit current token on EOF in HTML Tokenizer
Emitting tokens on EOF caused an infinite loop, freezing the app, which
could be a bit annoying when writing an HTML comment at the end of
the file in Text Editor. :^)
2022-02-14 12:50:44 +03:30

96 KiB