]> git.phdru.name Git - phdru.name/cgi-bin/blog-ru/search-tags.git/commitdiff
TODO: lowercase operators
authorOleg Broytman <phd@phdru.name>
Fri, 20 Jun 2014 09:41:40 +0000 (13:41 +0400)
committerOleg Broytman <phd@phdru.name>
Fri, 20 Jun 2014 09:41:40 +0000 (13:41 +0400)
TODO

diff --git a/TODO b/TODO
index 8f3cc1417636bb5bbbd914b1d738312f5df06385..cfeb86577d1f6b6c716c9839b3e062e3b7887cd0 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,7 +1,7 @@
-Allow '&&' and ' AND '.
+Allow '&&', ' and ' and ' AND '.
 
-Allow '||' and ' OR '.
+Allow '||', ' or ' and ' OR '.
 
-Allow 'NOT '.
+Allow 'NOT ' and 'not '.
 
 Forbid stupid expressions: double NOT, extra parens and so on.