Lines Matching refs:tt
40 for _, tt := range tests {
42 foreachHeaderElement(tt.in, func(v string) {
45 if !reflect.DeepEqual(got, tt.want) {
46 t.Errorf("foreachHeaderElement(%q) = %q; want %q", tt.in, got, tt.want)
72 for _, tt := range tests {
73 got := cleanHost(tt.in)
74 if tt.want != got {
75 t.Errorf("cleanHost(%q) = %q, want %q", tt.in, got, tt.want)