hcl/parser
Fatih Arslan 07cb426729 parser: fix panicing for # style comments
HCL supports # style comments, which are 1 size len. We assumed that
it's always // or /* , which are two size length
2015-10-31 15:11:53 +03:00
..
test-fixtures parser: fix leaked comment 2015-10-26 01:46:37 +03:00
parser_test.go parser: rename methods 2015-10-26 21:37:17 +03:00
parser.go parser: fix panicing for # style comments 2015-10-31 15:11:53 +03:00