The way the scanner works '/ foo' was actually valid comment syntax. This obviously is not what we want. This modifies the scanner to verify that '//' comments in fact have the second '/'. |
||
---|---|---|
.. | ||
scanner_test.go | ||
scanner.go |
The way the scanner works '/ foo' was actually valid comment syntax. This obviously is not what we want. This modifies the scanner to verify that '//' comments in fact have the second '/'. |
||
---|---|---|
.. | ||
scanner_test.go | ||
scanner.go |