OSDN Git Service

Thanos did someting
[bytom/vapor.git] / vendor / github.com / hashicorp / hcl / hcl / printer / testdata / list.golden
diff --git a/vendor/github.com/hashicorp/hcl/hcl/printer/testdata/list.golden b/vendor/github.com/hashicorp/hcl/hcl/printer/testdata/list.golden
deleted file mode 100644 (file)
index 14c37ac..0000000
+++ /dev/null
@@ -1,43 +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
-]