projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8063ead
)
better error output in test
author
Stefan Behnel
<scoder@users.berlios.de>
Mon, 9 Aug 2010 09:17:19 +0000
(11:17 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Mon, 9 Aug 2010 09:17:19 +0000
(11:17 +0200)
tests/run/unicodeliterals.pyx
patch
|
blob
|
history
diff --git
a/tests/run/unicodeliterals.pyx
b/tests/run/unicodeliterals.pyx
index 661219bd0492fbc2ca317b0fbc7c3e42e1b61729..642d497fa9f2e4954c37533ae9f4f8d3d279e6db 100644
(file)
--- a/
tests/run/unicodeliterals.pyx
+++ b/
tests/run/unicodeliterals.pyx
@@
-76,7
+76,7
@@
if sys.version_info >= (2,6):
__doc__ += u"""\
>>> expected = u'\U00101234' # unescaped by Cython
>>> if wide_literal == expected: print(True)
- ... else: print(repr(wide_literal), repr(expected))
+ ... else: print(repr(wide_literal), repr(expected)
, sys.maxunicode
)
True
"""