projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e113f3
)
slight test change
author
Stefan Behnel
<scoder@users.berlios.de>
Tue, 12 Aug 2008 15:29:06 +0000
(17:29 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Tue, 12 Aug 2008 15:29:06 +0000
(17:29 +0200)
tests/run/literalslice.pyx
patch
|
blob
|
history
diff --git
a/tests/run/literalslice.pyx
b/tests/run/literalslice.pyx
index f28a453eb4f6d5a1be2ea274f1361e35c851cdad..ea26690a8d23ea96416cf27bc4529b85209485ab 100644
(file)
--- a/
tests/run/literalslice.pyx
+++ b/
tests/run/literalslice.pyx
@@
-4,8
+4,8
@@
__doc__ = u"""
>>> test_unicode_ascii(2)
u'c'
- >>> test_unicode(
0
)
- u'\u00
fc
'
+ >>> test_unicode(
2
)
+ u'\u00
e4
'
>>> test_int_list(2)
3