added test for ticket 248
authorStefan Behnel <scoder@users.berlios.de>
Fri, 11 Sep 2009 18:15:16 +0000 (20:15 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 11 Sep 2009 18:15:16 +0000 (20:15 +0200)
tests/compile/cimportfrom_T248.pyx [new file with mode: 0644]

diff --git a/tests/compile/cimportfrom_T248.pyx b/tests/compile/cimportfrom_T248.pyx
new file mode 100644 (file)
index 0000000..6be7550
--- /dev/null
@@ -0,0 +1,16 @@
+from ewing8 cimport (Foo,
+
+
+                     Blarg)
+
+from declandimpl cimport (Sandwich
+
+
+                          ,
+
+
+
+
+                          Tomato)
+
+cdef extern Foo yummy