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