mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
Fix #3705. Fix ambiguity in using commas in unquoted strings in facet selector.
This commit is contained in:
@@ -51,7 +51,7 @@ filter_elements_grammar = lark.Lark(
|
||||
ifc_class: /Ifc\\w+/
|
||||
|
||||
value: special | quoted_string | regex_string | unquoted_string
|
||||
unquoted_string: /[^.=\\s]+/
|
||||
unquoted_string: /[^,.=\\s]+/
|
||||
regex_string: "/" /[^\\/]+/ "/"
|
||||
quoted_string: ESCAPED_STRING
|
||||
|
||||
|
||||
Reference in New Issue
Block a user