From 355b4314486bfdb595ddb314e10ea84cefc706ad Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Fri, 11 Sep 2009 20:15:16 +0200 Subject: [PATCH] added test for ticket 248 --HG-- rename : tests/broken/cimportfrom.pyx => tests/compile/cimportfrom_T248.pyx --- tests/compile/cimportfrom_T248.pyx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/compile/cimportfrom_T248.pyx diff --git a/tests/compile/cimportfrom_T248.pyx b/tests/compile/cimportfrom_T248.pyx new file mode 100644 index 00000000..6be75506 --- /dev/null +++ b/tests/compile/cimportfrom_T248.pyx @@ -0,0 +1,16 @@ +from ewing8 cimport (Foo, + + + Blarg) + +from declandimpl cimport (Sandwich + + + , + + + + + Tomato) + +cdef extern Foo yummy -- 2.26.2