mirror of
https://github.com/ziglang/zig.git
synced 2026-02-06 14:37:04 +00:00
Previously hasComment() would consider a string literal "//" to be a line comment. Fix this by only searching the bytes between tokens.
Previously hasComment() would consider a string literal "//" to be a line comment. Fix this by only searching the bytes between tokens.