hcl/hclnew/parser/test-fixtures/structure.hcl
Mitchell Hashimoto a1fbdda609 Add 'hclnew/' from commit '2e450506d2b521ae348f9bb97d1b07800177b83f'
git-subtree-dir: hclnew
git-subtree-mainline: 4de51957ef
git-subtree-split: 2e450506d2
2015-11-06 16:00:53 -08:00

6 lines
82 B
HCL

// This is a test structure for the lexer
foo bar "baz" {
key = 7
foo = "bar"
}