diff --git a/roogle-engine/src/query/parse.rs b/roogle-engine/src/query/parse.rs index a1b646f..88c0760 100644 --- a/roogle-engine/src/query/parse.rs +++ b/roogle-engine/src/query/parse.rs @@ -2,7 +2,7 @@ use nom::{ branch::alt, bytes::complete::{tag, take_while1}, character::complete::char, - character::complete::{alpha1, alphanumeric1, multispace0}, + character::complete::{alpha1, alphanumeric1, multispace0, multispace1}, combinator::{eof, fail, map, not, opt, recognize, value}, error::{ContextError, ParseError}, multi::{many0, separated_list0},