DEBSOURCES
Skip Quicknav
sources / golang-github-hashicorp-hcl-v2 / 2.14.1-2 / specsuite / tests / structure / blocks / single_oneline_invalid.hcl
123456789
a { b = "foo", c = "bar" } a { b = "foo" } a { b = "foo" c = "bar" } a { b = "foo" c = "bar" } a { d {} }