mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 02:05:07 +02:00
This relied on input_since() being called after consume_an_ident_sequence(), which is not at all guaranteed. GCC evidently evaluates the arguments in the opposite order. This caused AtKeyword tokens to have their original source text be `@` instead of the full `@whatever`, which apparently has no consequences in our current code, but does mess up the debug output introduced in the following commit.
44 KiB
44 KiB