Commit 59921a82 authored by Stefan Behnel's avatar Stefan Behnel

fix typo in test

parent e87a825e
...@@ -120,7 +120,7 @@ __doc__ = ur""" ...@@ -120,7 +120,7 @@ __doc__ = ur"""
>>> uresc >>> uresc
u'\\12\\\'\\"\\\\' u'\\12\\\'\\"\\\\'
>>> bresc == ur'\12\'\"\\' >>> uresc == ur'\12\'\"\\'
True True
>>> len(uresc) >>> len(uresc)
9 9
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment