hcl/hclwrite/fuzz/config/corpus/lots-of-comments.hcl
2020-05-14 15:03:29 -04:00

15 lines
161 B
HCL

// comment
block {
// another comment
another_block { # comment
// comment
foo = bar
}
/* commented out block
blah {
bar = foo
}
*/
}