summaryrefslogtreecommitdiff
path: root/tests/test1Formatted_spaced.expected
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test1Formatted_spaced.expected')
-rw-r--r--tests/test1Formatted_spaced.expected2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test1Formatted_spaced.expected b/tests/test1Formatted_spaced.expected
index fe6979d..f57bd05 100644
--- a/tests/test1Formatted_spaced.expected
+++ b/tests/test1Formatted_spaced.expected
@@ -75,4 +75,4 @@ my_object=
foo: "bar"
bool0: false
bool1: true
-my_object.to_string()={ "abc": 12, "foo": "bar", "bool0": false, "bool1": true }
+my_object.to_string()={ "abc": 12, "foo": "bar", "bool0": false, "bool1": true, "empty_array": [ ], "empty_obj": { } }