diff --git a/tests/TestCQSelectors.py b/tests/TestCQSelectors.py index e1f7b9b2..3877597a 100644 --- a/tests/TestCQSelectors.py +++ b/tests/TestCQSelectors.py @@ -453,6 +453,6 @@ class TestCQSelectors(BaseTest): 'bottom', 'not |(1,1,0) and >(0,0,1) or XY except >(1,1,1)[-1]', '(not |(1,1,0) and >(0,0,1)) exc XY and (Z or X)'] - #import pdb; pdb.set_trace() + for e in expressions: gram.parseString(e,parseAll=True) \ No newline at end of file