summaryrefslogtreecommitdiff
path: root/test/parsing/cases/nulls_and_bools.json.gold
diff options
context:
space:
mode:
Diffstat (limited to 'test/parsing/cases/nulls_and_bools.json.gold')
-rw-r--r--test/parsing/cases/nulls_and_bools.json.gold9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/parsing/cases/nulls_and_bools.json.gold b/test/parsing/cases/nulls_and_bools.json.gold
new file mode 100644
index 0000000..51f990b
--- /dev/null
+++ b/test/parsing/cases/nulls_and_bools.json.gold
@@ -0,0 +1,9 @@
+map open '{'
+key: 'boolean, true'
+bool: true
+key: 'boolean, false'
+bool: false
+key: 'null'
+null
+map close '}'
+memory leaks: 0