hcl/hclwrite/fuzz/config/corpus/lots-of-comments.hcl

15 lines
161 B
HCL
Raw Normal View History

2020-05-14 15:45:13 +00:00
// comment
block {
// another comment
another_block { # comment
// comment
foo = bar
}
/* commented out block
blah {
bar = foo
}
*/
}