From: Stefan Behnel Date: Wed, 12 Jan 2011 22:32:03 +0000 (+0100) Subject: fix typo in test X-Git-Tag: 0.14.1rc0~18 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=59921a82e752310990f33c4b54006d949b52aa7b;p=cython.git fix typo in test --- diff --git a/tests/run/strliterals.pyx b/tests/run/strliterals.pyx index 93ab1a24..395125d1 100644 --- a/tests/run/strliterals.pyx +++ b/tests/run/strliterals.pyx @@ -120,7 +120,7 @@ __doc__ = ur""" >>> uresc u'\\12\\\'\\"\\\\' - >>> bresc == ur'\12\'\"\\' + >>> uresc == ur'\12\'\"\\' True >>> len(uresc) 9