Allow empty spaces
This commit is contained in:
parent
cb93832aae
commit
9f7499821a
1 changed files with 1 additions and 1 deletions
|
@ -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|
|
||||
|
|
Loading…
Reference in a new issue