]> git.phdru.name Git - phdru.name/cgi-bin/blog-ru/search-tags.git/history - parser/test_parser.py
Factor out parser.parse() into self._parse
[phdru.name/cgi-bin/blog-ru/search-tags.git] / parser / test_parser.py
2016-07-09 Oleg BroytmanFactor out parser.parse() into self._parse
2014-06-22 Oleg BroytmanAllow 'NOT ' and 'not '
2014-06-22 Oleg BroytmanFix handling of uppercase AND/OR
2014-06-22 Oleg BroytmanAllow ' OR ' and ' or '
2014-06-21 Oleg BroytmanAllow ' AND ' and ' and '
2014-06-21 Oleg BroytmanChange handling of spaces
2014-06-21 Oleg BroytmanAllow '||'
2014-06-21 Oleg BroytmanAllow '&&'
2014-06-06 Oleg BroytmanIgnore spaces
2014-05-20 Oleg BroytmanMove parser-related code and tests to parser/