OSDN Git Service

Hulk did something
[bytom/vapor.git] / vendor / github.com / hashicorp / hcl / hcl / printer / testdata / object_with_heredoc.golden
diff --git a/vendor/github.com/hashicorp/hcl/hcl/printer/testdata/object_with_heredoc.golden b/vendor/github.com/hashicorp/hcl/hcl/printer/testdata/object_with_heredoc.golden
new file mode 100644 (file)
index 0000000..7e92243
--- /dev/null
@@ -0,0 +1,6 @@
+obj {
+  foo = [<<EOF
+        TEXT!
+EOF
+  ]
+}