Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
debug
/
tests
/
aggregate.expect
10
lines
·
9
sloc
·
265 bytes
·
5310c102a6b62144bc08274884ca3e681ceb1296
Raw
1
#!/usr/bin/env expect
2
source "common.tcl"
3
4
expect "*${test_file}:25* a.a: 123\r\n"
5
expect "Break * in ${test_file}:26\r\n"
6
expect "${test_file}:26 vdbg> "
7
send "p a\n"
8
expect "a = Test{\r\n a: 123\r\n} ((main.main.Test | main.main.Test2))"
9
send "q\n"
10
expect eof
11