mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-08 16:12:23 +02:00
In 'NamedCharacterReference' we attempt to lookup the code point by a identifier, eg apos; becomes ' This is done by passing the entire rest of the document to the `HTML::code_points_from_entity` function. However, before this change we didn't sent the final character which meant if the document ended in a named character reference the lookup would fail.
108 KiB
108 KiB