From 225b9ec1385a80170ddf27e7c2b62e76ee680590 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 2 Apr 2006 04:09:05 +0000 Subject: [PATCH] fix to oeprator test for new parenthesized rules --- test/select.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/select.py b/test/select.py index c61b332511..9c260c3243 100644 --- a/test/select.py +++ b/test/select.py @@ -210,7 +210,7 @@ sq.myothertable_othername AS sq_myothertable_othername FROM (" + sqstring + ") A ) self.runtest( - literal("a") + literal("b") * literal("c"), ":literal + :liter_1 * :liter_2", db + literal("a") + literal("b") * literal("c"), ":literal + (:liter_1 * :liter_2)", db ) def testmultiparam(self): -- 2.47.2