summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/hashicorp/hcl/test-fixtures/null_strings.json
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/hashicorp/hcl/test-fixtures/null_strings.json')
-rw-r--r--vendor/github.com/hashicorp/hcl/test-fixtures/null_strings.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/github.com/hashicorp/hcl/test-fixtures/null_strings.json b/vendor/github.com/hashicorp/hcl/test-fixtures/null_strings.json
new file mode 100644
index 000000000..a5b8a5af2
--- /dev/null
+++ b/vendor/github.com/hashicorp/hcl/test-fixtures/null_strings.json
@@ -0,0 +1,7 @@
+{
+ "module": {
+ "app": {
+ "foo": null
+ }
+ }
+}