Skip to content

Commit a35a97e

Browse files
authored
Update fail-an_optional_material_fails_if_no_value_matches.ifc (#270)
Fixes #268
1 parent 4294088 commit a35a97e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/testcases/material/fail-an_optional_material_fails_if_no_value_matches.ifc

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FILE_SCHEMA(('IFC4'));
66
ENDSEC;
77
DATA;
88
#1=IFCWALL('1hqIFTRjfV6AWq_bMtnZwI',$,$,$,$,$,$,$,$);
9-
#2=IFCMATERIAL("No match",$,$);
9+
#2=IFCMATERIAL('No match',$,$);
1010
#3=IFCRELASSOCIATESMATERIAL('05rScmOVzMoQXOfbYdtLYj',$,$,$,(#1),#2);
1111
ENDSEC;
1212
END-ISO-10303-21;

0 commit comments

Comments
 (0)