Increase the coverage of selector grammar testing

This commit is contained in:
adam-urbanczyk
2017-04-11 20:30:59 +02:00
parent 57d566e80b
commit cde17b541e

View File

@ -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 >X or <Y or >Y )']
for e in expressions: gram.parseString(e,parseAll=True)