Allow empty spaces

This commit is contained in:
Glenn Y. Rolland 2017-09-12 15:44:29 +02:00
parent cb93832aae
commit 9f7499821a

View file

@ -12,7 +12,7 @@ module Mm2ep
token :AND_OP, /AND/
token :OR_OP, /OR/
token :NOT_OP, /NOT/
token :SPACE, /\s+/
token :SPACE, /\s*/
token :R_PAR, /\)/
on_error do |t|