mirror of
https://github.com/ziglang/zig.git
synced 2025-12-23 14:43:17 +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.