diff --git a/priv/test_cases/empty_object_in_array.json b/priv/test_cases/empty_object_in_array.json new file mode 100644 index 0000000..ee1aac4 --- /dev/null +++ b/priv/test_cases/empty_object_in_array.json @@ -0,0 +1 @@ +[{}] \ No newline at end of file diff --git a/priv/test_cases/empty_object_in_array.test b/priv/test_cases/empty_object_in_array.test new file mode 100644 index 0000000..0a8679d --- /dev/null +++ b/priv/test_cases/empty_object_in_array.test @@ -0,0 +1,3 @@ +{name, "empty_object_in_array"}. +{jsx, [start_array,start_object,end_object,end_array,end_json]}. +{json, "empty_object_in_array.json"}.