OSDN Git Service

Hulk did something
[bytom/vapor.git] / vendor / github.com / hashicorp / hcl / hcl / parser / test-fixtures / array_comment.hcl
diff --git a/vendor/github.com/hashicorp/hcl/hcl/parser/test-fixtures/array_comment.hcl b/vendor/github.com/hashicorp/hcl/hcl/parser/test-fixtures/array_comment.hcl
new file mode 100644 (file)
index 0000000..78c2675
--- /dev/null
@@ -0,0 +1,4 @@
+foo = [
+    "1",
+    "2", # comment
+]