OSDN Git Service

Thanos did someting
[bytom/vapor.git] / vendor / github.com / hashicorp / hcl / hcl / printer / testdata / comment_array.golden
diff --git a/vendor/github.com/hashicorp/hcl/hcl/printer/testdata/comment_array.golden b/vendor/github.com/hashicorp/hcl/hcl/printer/testdata/comment_array.golden
deleted file mode 100644 (file)
index e778eaf..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-banana = [
-  # I really want to comment this item in the array.
-  "a",
-
-  # This as well
-  "b",
-
-  "c", # And C
-  "d",
-
-  # And another
-  "e",
-]