From 9bdb451ad5d4b3edb7f35c05a838fb1f7c4ee719 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Wed, 9 Jul 2008 22:04:15 +0200 Subject: [PATCH] test for 'from __future__ import braces' --- tests/errors/futurebraces.pyx | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/errors/futurebraces.pyx diff --git a/tests/errors/futurebraces.pyx b/tests/errors/futurebraces.pyx new file mode 100644 index 00000000..f4c8a36b --- /dev/null +++ b/tests/errors/futurebraces.pyx @@ -0,0 +1,5 @@ +from __future__ import braces + +_ERRORS = """ +1:23: not a chance +""" -- 2.26.2