Home | History | Annotate | Download | only in kati

Lines Matching refs:tc

23 	for _, tc := range []struct {
36 buf := []byte(tc.in)
38 if got, want := string(buf), tc.want; got != want {
39 t.Errorf("rot13(%q) got=%q; want=%q", tc.in, got, want)
50 for _, tc := range []struct {
72 m, ok := matchExpr(expr{tc.sharg}, b.pattern)
74 t.Logf("%s not match with %s", b.name, tc.sharg)
81 tc.sharg,
88 t.Errorf("%s: matched %s but not compacted", tc.sharg, b.name)
91 if got, want := sd.format, tc.format; got != want {
92 t.Errorf("%s: format=%q, want=%q - %s", tc.sharg, got, want, b.name)
99 t.Errorf("%s: not matched", tc.sharg)