mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 22:50:21 +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_]+/
|
set_name: /[A-Za-z0-9_]+/
|
||||||
|
|
||||||
value: /[A-Za-z0-9 _-]+/
|
value: /[A-Za-z0-9 _\.-]+/
|
||||||
|
|
||||||
comment_text: /[^\[\]]+/ // Free text inside COMMENT brackets
|
comment_text: /[^\[\]]+/ // Free text inside COMMENT brackets
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user