File: 129_multiple_parent_configs_empty_base.txt

package info (click to toggle)
boxes 2.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,800 kB
  • sloc: ansic: 10,566; lex: 517; sh: 503; makefile: 309; yacc: 272; lisp: 78
file content (35 lines) | stat: -rw-r--r-- 515 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
:DESC
Config file D has 3 parents, but no design definitions of its own.
The order in which parents are evaluated matters! Also, design names are case insensitive.

:ARGS
-f 129_data/D.cfg -l
:INPUT
:OUTPUT-FILTER
:EXPECTED
3 Available Styles:
-------------------

Configuration Files:
    - 129_data/D.cfg
    - 129_data/C.cfg (parent)
    - 129_data/B.cfg (parent)
    - 129_data/A.cfg (parent)


Designa:

    A from config file B


designB:

    B from config file B


designC:

    C from config file C


:EOF