projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42718de
)
fix test
author
Stefan Behnel
<scoder@users.berlios.de>
Wed, 8 Sep 2010 17:18:59 +0000
(19:18 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Wed, 8 Sep 2010 17:18:59 +0000
(19:18 +0200)
tests/run/carray_slicing.pyx
patch
|
blob
|
history
diff --git
a/tests/run/carray_slicing.pyx
b/tests/run/carray_slicing.pyx
index 8ad313748b4ba2563a19a6565c659fb026d9c4c8..94ec978587fd415a7f1a27b7b93c1306666eaa50 100644
(file)
--- a/
tests/run/carray_slicing.pyx
+++ b/
tests/run/carray_slicing.pyx
@@
-48,8
+48,8
@@
def slice_charptr_for_loop_c():
def slice_charptr_for_loop_c_step():
"""
>>> slice_charptr_for_loop_c_step()
- []
- []
+ [
'p', 't', 'q', 'C', 'B'
]
+ [
'p', 't', 'q', 'C', 'B'
]
['b', 'A']
['a', 'c', 'B']
['a', 'c', 'B']