From 2b3af4cddbaa17e4462183ea55ab456fd198ec9b Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Tue, 19 Nov 2024 12:51:11 +0100 Subject: [PATCH] Move issue content to test case #5752 --- .../test/fixtures/validate/pass-number-type.ifc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/ifcopenshell-python/test/fixtures/validate/pass-number-type.ifc diff --git a/src/ifcopenshell-python/test/fixtures/validate/pass-number-type.ifc b/src/ifcopenshell-python/test/fixtures/validate/pass-number-type.ifc new file mode 100644 index 0000000000..0dd1ec52aa --- /dev/null +++ b/src/ifcopenshell-python/test/fixtures/validate/pass-number-type.ifc @@ -0,0 +1,11 @@ +ISO-10303-21; +HEADER; +FILE_DESCRIPTION(('ViewDefinition[DesignTransferView]'),'2;1'); +FILE_NAME('qset.ifc','2024-11-15T12:05:44+05:00',(''),(''),'IfcOpenShell 0.0.0','Bonsai 0.8.1-alpha241113-d3333fe','Nobody'); +FILE_SCHEMA(('IFC4')); +ENDSEC; +DATA; +#90=IFCQUANTITYCOUNT('count',$,$,25.,$); +#91=IFCQUANTITYCOUNT('count',$,$,25,$); +ENDSEC; +END-ISO-10303-21; \ No newline at end of file