mirror of
https://github.com/ascii-boxes/boxes.git
synced 2024-12-04 14:03:53 +01:00
35 lines
469 B
Plaintext
35 lines
469 B
Plaintext
:DESC
|
|
A config file that has a "parent" and a "grand-parent".
|
|
Also test overwriting a design, which leads to designA being from config file 'B.cfg'
|
|
|
|
:ARGS
|
|
-f 127_data/C.cfg -l
|
|
:INPUT
|
|
:OUTPUT-FILTER
|
|
:EXPECTED
|
|
3 Available Styles:
|
|
-------------------
|
|
|
|
Configuration Files:
|
|
- 127_data/C.cfg
|
|
- 127_data/B.cfg (parent)
|
|
- 127_data/A.cfg (parent)
|
|
|
|
|
|
designA:
|
|
|
|
A from config file B
|
|
|
|
|
|
designB:
|
|
|
|
B from config file B
|
|
|
|
|
|
designC:
|
|
|
|
C from config file C
|
|
|
|
|
|
:EOF
|