OSDN Git Service

Hulk did something
[bytom/vapor.git] / vendor / github.com / hashicorp / hcl / hcl / parser / test-fixtures / assign_colon.hcl
diff --git a/vendor/github.com/hashicorp/hcl/hcl/parser/test-fixtures/assign_colon.hcl b/vendor/github.com/hashicorp/hcl/hcl/parser/test-fixtures/assign_colon.hcl
new file mode 100644 (file)
index 0000000..eb5a99a
--- /dev/null
@@ -0,0 +1,6 @@
+resource = [{
+       "foo": {
+               "bar": {},
+               "baz": [1, 2, "foo"],
+       }
+}]