hcl/hcl/scanner
Mitchell Hashimoto 9250907631
hcl/scanner: single line '//' commments verify second '/'
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 '/'.
2016-09-01 19:50:55 -07:00
..
scanner_test.go hcl/scanner: single line '//' commments verify second '/' 2016-09-01 19:50:55 -07:00
scanner.go hcl/scanner: single line '//' commments verify second '/' 2016-09-01 19:50:55 -07:00