remove unneeded comment in testGrammar

This commit is contained in:
adam-urbanczyk
2016-07-10 19:15:51 +02:00
parent d06f3e6153
commit e5e42050c7

View File

@ -453,6 +453,6 @@ class TestCQSelectors(BaseTest):
'bottom', 'bottom',
'not |(1,1,0) and >(0,0,1) or XY except >(1,1,1)[-1]', '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)']
#import pdb; pdb.set_trace()
for e in expressions: gram.parseString(e,parseAll=True) for e in expressions: gram.parseString(e,parseAll=True)