OSDN Git Service

Thanos did someting
[bytom/vapor.git] / vendor / github.com / hashicorp / hcl / hcl / printer / testdata / list.input
diff --git a/vendor/github.com/hashicorp/hcl/hcl/printer/testdata/list.input b/vendor/github.com/hashicorp/hcl/hcl/printer/testdata/list.input
deleted file mode 100644 (file)
index f55a382..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-foo = ["fatih", "arslan"           ]
-
-foo = [        "bar", "qaz", ]
-
-foo = [             "zeynep",
-"arslan", ]
-
-foo = ["fatih", "zeynep",
-"arslan", ]
-
-foo = [
-       "vim-go",
-       "golang", "hcl"]
-
-foo = []
-
-foo = [1,   2,3,       4]
-
-foo = [
-       "kenya",        "ethiopia",
-       "columbia"]
-
-foo = [
-    <<EOS
-one
-EOS
-,
-    <<EOS
-two
-EOS
-,
-    ]
-
-foo = [<<EOS
-one
-EOS
-    ]