summaryrefslogtreecommitdiff
path: root/tests/test1Formatted_pretty.expected
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test1Formatted_pretty.expected')
-rw-r--r--tests/test1Formatted_pretty.expected4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/test1Formatted_pretty.expected b/tests/test1Formatted_pretty.expected
index b67185f..ab2cc78 100644
--- a/tests/test1Formatted_pretty.expected
+++ b/tests/test1Formatted_pretty.expected
@@ -97,5 +97,7 @@ my_object.to_string()={
"abc":12,
"foo":"bar",
"bool0":false,
- "bool1":true
+ "bool1":true,
+ "empty_array":[],
+ "empty_obj":{}
}