Brian Pandola
Results
1
issues of
Brian Pandola
I expected that stripping out the "pretty" characters would be identical to the "non-pretty" result: ```python def test_pretty_print_and_short_empty_elements_with_empty_array(): input_dict = {"Foos": {"Foo": []}} compact = unparse( input_dict, pretty=False, short_empty_elements=True, full_document=False...