Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
debug
/
tests
/
map_nested_ref_mut.expect
9
lines
·
8
sloc
·
209 bytes
·
29e962749a17d85c52d72b7d29d808cf74d55c02
Raw
1
#!/usr/bin/env expect
2
source "common.tcl"
3
4
expect "Break on *main* main in ${test_file}:9\r\n"
5
expect "${test_file}:9 vdbg> "
6
send "p connection\n"
7
expect "connection = * (&net.TcpConn)"
8
send "q\n"
9
expect eof
10