コード例 #1
0
ファイル: ql_test.go プロジェクト: chengguozhen/clive
func TestQl(t *testing.T) {
	debug = testing.Verbose()
	for i, r := range runs {
		runs[i].Line = "ql -c '" + r.Line + "'"
	}
	test.InstallCmd(t)
	test.Cmds(t, runs)
}
コード例 #2
0
ファイル: lf_test.go プロジェクト: fjballest/clive
func TestLf(t *testing.T) {
	debug = testing.Verbose()
	test.InstallCmd(t)
	test.Cmds(t, runs)
}