projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fbc1d5
)
better test output
author
Stefan Behnel
<scoder@users.berlios.de>
Thu, 14 Aug 2008 07:52:29 +0000
(09:52 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Thu, 14 Aug 2008 07:52:29 +0000
(09:52 +0200)
tests/run/charescape.pyx
patch
|
blob
|
history
diff --git
a/tests/run/charescape.pyx
b/tests/run/charescape.pyx
index 1216d2609455482ebd1ea724a6e760dcadca70d6..953d528003b17ac4708ad0b9238b3864710fce8c 100644
(file)
--- 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():