From cde17b541e620a3cd829206d8f3ddbf032e59d7e Mon Sep 17 00:00:00 2001 From: adam-urbanczyk Date: Tue, 11 Apr 2017 20:30:59 +0200 Subject: [PATCH] Increase the coverage of selector grammar testing --- tests/TestCQSelectors.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/TestCQSelectors.py b/tests/TestCQSelectors.py index 3877597a..9b5e12f0 100644 --- a/tests/TestCQSelectors.py +++ b/tests/TestCQSelectors.py @@ -452,7 +452,8 @@ class TestCQSelectors(BaseTest): 'top', '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)'] + '(not |(1,1,0) and >(0,0,1)) exc XY and (Z or X)', + 'not ( X or Y )'] for e in expressions: gram.parseString(e,parseAll=True) \ No newline at end of file