File: 128_multiple_parent_configs_cycle.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 (33 lines) | stat: -rw-r--r-- 389 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
:DESC
Tests our cycle detection, when parents reference each other.

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

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


designA:

    A from config file B


designB:

    B from config file B


designC:

    C from config file C


:EOF