From: Stefan Behnel Date: Mon, 28 Apr 2008 08:32:41 +0000 (+0200) Subject: doctest fix X-Git-Tag: 0.9.6.14~12^2~7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=df47628a64e100f4d356901099fc0356c6bfd372;p=cython.git doctest fix --- diff --git a/tests/run/append.pyx b/tests/run/append.pyx index e20a8d99..b802dc1c 100644 --- a/tests/run/append.pyx +++ b/tests/run/append.pyx @@ -4,7 +4,7 @@ None None got error [1, 2] ->>> test_append(A()) +>>> test_append(A()) # doctest: +ELLIPSIS appending 1 appending