fix spaces in the bnf

This commit is contained in:
Irevoire 2021-11-09 01:04:50 +01:00
parent cf98bf37d0
commit 18eb4b9c51
No known key found for this signature in database
GPG Key ID: 7A6A970C96104F1B

View File

@ -13,7 +13,7 @@
//! singleQuoted = "'" .* all but quotes "'"
//! doubleQuoted = "\"" .* all but double quotes "\""
//! word = (alphanumeric | _ | - | .)+
//! geoRadius = WS* ~ "_geoRadius(" ~ float ~ "," ~ float ~ "," float ~ ")"
//! geoRadius = WS* ~ "_geoRadius(" ~ WS* ~ float ~ WS* ~ "," ~ WS* ~ float ~ WS* ~ "," float ~ WS* ~ ")"
//! ```
//!
//! Other BNF grammar used to handle some specific errors: