hcl/test-fixtures/nested_block_comment.hcl
Mitchell Hashimoto 681623f4e1 hcl: don't allow nested comments
This copies C's behavior and disallows nested block comments. It ignores
a new /* within an existing block comment and ends at the first */
2015-06-23 21:34:40 -07:00

6 lines
35 B
HCL

/*
foo = "bar/*"
*/
bar = "value"