mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
The short-circuit evaluation in `is_invalid || !consume_exponent()` skipped the consume_exponent() call when is_invalid was already true. This meant that for inputs like `1._1e2`, the exponent part would not be consumed and would instead be lexed as separate tokens.
36 KiB
36 KiB