From: Stefan Behnel Date: Thu, 14 Aug 2008 07:52:29 +0000 (+0200) Subject: better test output X-Git-Tag: 0.9.8.1~50 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=857e785258e669778f74ecfd816484c698a8d899;p=cython.git better test output --- diff --git a/tests/run/charescape.pyx b/tests/run/charescape.pyx index 1216d260..953d5280 100644 --- a/tests/run/charescape.pyx +++ b/tests/run/charescape.pyx @@ -1,6 +1,6 @@ __doc__ = u""" >>> s = test() ->>> assert s == ''.join([chr(i) for i in range(1,49)]), s +>>> assert s == ''.join([chr(i) for i in range(1,49)]), repr(s) """ def test():