projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff56ee9
)
test fix
author
Stefan Behnel
<scoder@users.berlios.de>
Wed, 30 Apr 2008 21:08:34 +0000
(23:08 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Wed, 30 Apr 2008 21:08:34 +0000
(23:08 +0200)
tests/run/append.pyx
patch
|
blob
|
history
diff --git
a/tests/run/append.pyx
b/tests/run/append.pyx
index 3967647ef003b0dca51d606508bab4ff82a9b019..ae936ce3dac6c05729a5165d6ec74b17029a05d1 100644
(file)
--- a/
tests/run/append.pyx
+++ b/
tests/run/append.pyx
@@
-2,6
+2,7
@@
__doc__ = """
>>> test_append([])
None
None
+None
got error
[1, 2, (3, 4)]
>>> _ = test_append(A())