mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Allow for dots in mvd value
This commit is contained in:
committed by
Thomas Krijnen
parent
968e193f99
commit
9f11568aff
@@ -230,7 +230,7 @@ mvd_grammar = r'''
|
||||
|
||||
set_name: /[A-Za-z0-9_]+/
|
||||
|
||||
value: /[A-Za-z0-9 _-]+/
|
||||
value: /[A-Za-z0-9 _\.-]+/
|
||||
|
||||
comment_text: /[^\[\]]+/ // Free text inside COMMENT brackets
|
||||
|
||||
|
||||
Reference in New Issue
Block a user