Home | History | Annotate | Download | only in xml

Lines Matching refs:have

23 		t.Fatalf("have %#v\nwant %#v", f, atomFeed)
42 I have tested this by adding debug prints to a local hub
157 I have tested this by adding debug prints to a local hub
288 t.Fatalf("have %#v\nwant %#v", v, pt)
357 t.Fatalf("have %v\nwant %v", x.Attr, OK)
496 t.Errorf("have: %q\nwant: %q\n", str, want)
708 t.Fatalf("unmarshalled into wrong type: have %T want *Pea", pod.Pea)
710 have, want := pea.Cotelydon, "Green stuff"
711 if have != want {
712 t.Errorf("failed to unmarshal into interface, have %q want %q", have, want)