Fix unit test that requires trailing whitespace

This commit is contained in:
Ewoud Kohl van Wijngaarden 2011-12-13 14:58:49 +01:00
parent 303a1108a7
commit 69fdd7f33a

View File

@ -150,7 +150,7 @@ _flat_repr = '{"foo": ["bar", "baz"]}'
_indented_repr = """{ _indented_repr = """{
"foo": [ "foo": [
"bar", "bar",
"baz" "baz"
] ]
}""" }"""