boxes/test/165_design_alias_parent_override.cfg
Thomas Jensen 00153f8068
Fix a bug where alias names could be defined twice
This could happen when configs are inherited, but aliases redefined
(a rare case so far).
2021-06-08 22:06:25 +02:00

19 lines
249 B
INI

parent 165_design_alias_parent_override.parent.cfg
# the following designA will have these 2 alias names. alias2 will be gone
BOX designA, alias1, alias3
sample
A from regular config
ends
shapes {
w ("Ab")
}
elastic (
w
)
END designA