v2 / vlib / v / debug / tests / aggregate.expect
10 lines · 9 sloc · 265 bytes · 5310c102a6b62144bc08274884ca3e681ceb1296
Raw
1#!/usr/bin/env expect
2source "common.tcl"
3
4expect "*${test_file}:25* a.a: 123\r\n"
5expect "Break * in ${test_file}:26\r\n"
6expect "${test_file}:26 vdbg> "
7send "p a\n"
8expect "a = Test{\r\n a: 123\r\n} ((main.main.Test | main.main.Test2))"
9send "q\n"
10expect eof
11