boxes/test/136_design_alias_by_alias.txt
2021-03-30 20:34:33 +02:00

30 lines
477 B
Plaintext

: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