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