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

15 lines
161 B
HCL

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