projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff6b86f
)
Py3 test fix
0.13.beta0
author
Stefan Behnel
<scoder@users.berlios.de>
Fri, 23 Jul 2010 15:25:57 +0000
(17:25 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Fri, 23 Jul 2010 15:25:57 +0000
(17:25 +0200)
tests/run/unicodeliterals.pyx
patch
|
blob
|
history
diff --git
a/tests/run/unicodeliterals.pyx
b/tests/run/unicodeliterals.pyx
index 35d5344380fdc2d351a506e0bb7c36e7f47b62a8..661219bd0492fbc2ca317b0fbc7c3e42e1b61729 100644
(file)
--- a/
tests/run/unicodeliterals.pyx
+++ b/
tests/run/unicodeliterals.pyx
@@
-75,8
+75,8
@@
if sys.version_info >= (2,6):
# this doesn't work well in older Python versions
__doc__ += u"""\
>>> expected = u'\U00101234' # unescaped by Cython
- >>> if wide_literal == expected: print
True
- ... else: print
repr(wide_literal), repr(expected
)
+ >>> if wide_literal == expected: print
(True)
+ ... else: print
(repr(wide_literal), repr(expected)
)
True
"""