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