mirror of
https://github.com/ziglang/zig.git
synced 2025-12-24 15:13:08 +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.