projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dafd5e0
)
test fix
author
Stefan Behnel
<scoder@users.berlios.de>
Mon, 25 Apr 2011 07:27:24 +0000
(09:27 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Mon, 25 Apr 2011 07:27:24 +0000
(09:27 +0200)
tests/run/strliterals.pyx
patch
|
blob
|
history
diff --git
a/tests/run/strliterals.pyx
b/tests/run/strliterals.pyx
index 4312d9887316c4956052ac9260b69677ec4a43c0..f50ca49c2eaa12838f4eedde7fbf522329a433a1 100644
(file)
--- a/
tests/run/strliterals.pyx
+++ b/
tests/run/strliterals.pyx
@@
-133,7
+133,7
@@
__doc__ = ur"""
28
>>> (sys.version_info[0] >= 3 and sys.maxunicode == 1114111 and len(str_uescape) == 3 or
- ... sys.version_info[0] >= 3 and sys.maxunicode == 6553
6
and len(str_uescape) == 4 or
+ ... sys.version_info[0] >= 3 and sys.maxunicode == 6553
5
and len(str_uescape) == 4 or
... sys.version_info[0] < 3 and len(str_uescape) == 17 or
... len(str_uescape))
True