From 9f11568aff60b0d3ee9a29dcff224460e5090ceb Mon Sep 17 00:00:00 2001 From: Geert Hesselink Date: Tue, 18 Feb 2025 16:55:19 +0100 Subject: [PATCH] Allow for dots in mvd value --- src/ifcopenshell-python/ifcopenshell/file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcopenshell-python/ifcopenshell/file.py b/src/ifcopenshell-python/ifcopenshell/file.py index e57cf58cf4..504560bff6 100644 --- a/src/ifcopenshell-python/ifcopenshell/file.py +++ b/src/ifcopenshell-python/ifcopenshell/file.py @@ -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