mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-05 23:41:44 +00:00
rule fixture: update generation script to match a7e925b
This commit is contained in:
@@ -11,4 +11,5 @@ for i, box_alignment in enumerate(["top-left", "center", "invalid", "CENTER"]):
|
||||
box_alignment,
|
||||
)
|
||||
|
||||
f.write(f"{'pass' if i in (0,1) else 'fail'}-{i}-box-alignment-{box_alignment}-ifc2x3.ifc")
|
||||
suffix = "-uppercase" if box_alignment == "CENTER" else ""
|
||||
f.write(f"{'pass' if i in (0,1,3) else 'fail'}-{i}-box-alignment-{box_alignment}{suffix}-ifc2x3.ifc")
|
||||
|
||||
Reference in New Issue
Block a user