diff options
Diffstat (limited to 'test_strings.py')
-rw-r--r-- | test_strings.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test_strings.py b/test_strings.py index 31ab50f..4108a15 100644 --- a/test_strings.py +++ b/test_strings.py @@ -24,7 +24,7 @@ SIMPLE_NEW = u""" } """ -SIMPLE_DIFF = u""" +SIMPLE_DIFF = u""" { "_append": { "d": "přidáno" @@ -228,4 +228,4 @@ ARRAY_DIFF = u""" } } } -"""
\ No newline at end of file +""" |