mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-29 11:56:20 +00:00
The Lexer constructor calls consume() once, which initializes m_position to be > 0 and sets m_character. consume() calls is_line_terminator(), which wasn't accounting for this state.