projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7be6978
)
fix inop test
author
Stefan Behnel
<scoder@users.berlios.de>
Sun, 15 Aug 2010 11:29:24 +0000
(13:29 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Sun, 15 Aug 2010 11:29:24 +0000
(13:29 +0200)
tests/run/inop.pyx
patch
|
blob
|
history
diff --git
a/tests/run/inop.pyx
b/tests/run/inop.pyx
index f9fd93d3e913531c782528542719bdaeba26cad3..4c8edc73aa263b4db648993169f5e6b06d2dcd31 100644
(file)
--- a/
tests/run/inop.pyx
+++ b/
tests/run/inop.pyx
@@
-211,8
+211,8
@@
def m_wide_unicode_literal(Py_UNICODE a):
0
>>> import sys
>>> if sys.maxunicode == 65535:
- ... m_wide_unicode_literal(
py_
wide_unicode_character_surrogate1)
- ... m_wide_unicode_literal(
py_
wide_unicode_character_surrogate2)
+ ... m_wide_unicode_literal(wide_unicode_character_surrogate1)
+ ... m_wide_unicode_literal(wide_unicode_character_surrogate2)
... else:
... m_wide_unicode_literal(ord(py_wide_unicode_character))
... 1