OSDN Git Service

Thanos did someting
[bytom/vapor.git] / vendor / github.com / hashicorp / hcl / hcl / printer / testdata / comment_standalone.golden
diff --git a/vendor/github.com/hashicorp/hcl/hcl/printer/testdata/comment_standalone.golden b/vendor/github.com/hashicorp/hcl/hcl/printer/testdata/comment_standalone.golden
deleted file mode 100644 (file)
index 3236d9e..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-// A standalone comment 
-
-aligned {
-  # Standalone 1
-
-  a       = "bar" # yoo1
-  default = "bar" # yoo2
-
-  # Standalone 2
-}
-
-# Standalone 3
-
-numbers = [1, 2] // another line here
-
-# Standalone 4
-