mirror of
https://github.com/ascii-boxes/boxes.git
synced 2024-12-12 18:01:14 +01:00
00153f8068
This could happen when configs are inherited, but aliases redefined (a rare case so far).
19 lines
253 B
INI
19 lines
253 B
INI
parent 166_design_alias_parent_clash.parent.cfg
|
|
|
|
# the following designB claims alias1, which means designA from the parent config loses it
|
|
BOX designB, alias1
|
|
|
|
sample
|
|
B from regular config
|
|
ends
|
|
|
|
shapes {
|
|
w ("B")
|
|
}
|
|
|
|
elastic (
|
|
w
|
|
)
|
|
|
|
END designB
|