File: 136_design_alias_by_alias.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 (29 lines) | stat: -rw-r--r-- 477 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
:DESC
Test that a design can be selected by alias, even when it is not the first design in the file. This tests that
lexer speedmode does not skip over alias names.

:ARGS
-f 136_design_alias_by_alias.cfg -p h3 -a vc -d alias3a
:INPUT
foo
bar
:OUTPUT-FILTER
:EXPECTED
###########
1         1
2         2
3         3
4         1
5         2
1         3
2   foo   1
3   bar   2
4         3
5         1
1         2
2         3
3         1
4         2
5         3
###########
:EOF