コード例 #1
0
ファイル: rkt_tests.go プロジェクト: ngorskig/rkt
func expectRegexWithOutput(p *gexpect.ExpectSubprocess, searchPattern string) ([]string, string, error) {
	return p.ExpectRegexFindWithOutput(searchPattern)
}