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.