mirror of
https://github.com/ascii-boxes/boxes.git
synced 2024-12-04 14:03:53 +01:00
00153f8068
This could happen when configs are inherited, but aliases redefined (a rare case so far).
29 lines
486 B
Plaintext
29 lines
486 B
Plaintext
:DESC
|
|
Test that when an alias is defined in a child config AND in a parent config, the child config wins. The parent design
|
|
loses the alias.
|
|
|
|
:ARGS
|
|
-f 166_design_alias_parent_clash.cfg -l
|
|
:INPUT
|
|
:OUTPUT-FILTER
|
|
:EXPECTED
|
|
2 Available Styles:
|
|
-------------------
|
|
|
|
Configuration Files:
|
|
- 166_design_alias_parent_clash.cfg
|
|
- 166_design_alias_parent_clash.parent.cfg (parent)
|
|
|
|
|
|
designA alias alias2:
|
|
|
|
A from parent config
|
|
|
|
|
|
designB alias alias1:
|
|
|
|
B from regular config
|
|
|
|
|
|
:EOF
|