mirror of
https://github.com/ascii-boxes/boxes.git
synced 2024-12-12 18:01:14 +01:00
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
|