mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-08 00:29:05 -04:00
5b9ea5dd1e
Previously hasComment() would consider a string literal "//" to be a line comment. Fix this by only searching the bytes between tokens.