diff options
Diffstat (limited to 'tests/regressiontests/text/tests.py')
| -rw-r--r-- | tests/regressiontests/text/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regressiontests/text/tests.py b/tests/regressiontests/text/tests.py index 7cfe44517a..75c360f344 100644 --- a/tests/regressiontests/text/tests.py +++ b/tests/regressiontests/text/tests.py @@ -10,7 +10,7 @@ r""" >>> print list(smart_split(r'''This is "a person's" test.'''))[2] "a person's" >>> print list(smart_split(r'''This is "a person\"s" test.'''))[2] -"a person"s" +"a person\"s" >>> list(smart_split('''"a 'one''')) [u'"a', u"'one"] >>> print list(smart_split(r'''all friends' tests'''))[1] |
