diff options
Diffstat (limited to 'test_strings.py')
-rw-r--r-- | test_strings.py | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/test_strings.py b/test_strings.py index 1935912..31ab50f 100644 --- a/test_strings.py +++ b/test_strings.py @@ -173,6 +173,25 @@ NESTED_DIFF_INCL = u""" } """ +NESTED_DIFF_IGNORING = u""" +{ + "_remove": { + "b": 2, + "ignore": { + "else": true + } + }, + "_update": { + "a": 2, + "child": { + "_update": { + "nome": "Maruška" + } + } + } +} +""" + ARRAY_OLD = u""" { "a": 1, |