mirror of https://github.com/perkeep/perkeep.git
blob: add == test
Change-Id: If3a8096e885d51316e3841d9a6bde625ee76f51e
This commit is contained in:
parent
0bdf20884b
commit
41fe3660c2
|
@ -68,6 +68,7 @@ func TestParse(t *testing.T) {
|
|||
if dig := r.Digest(); dig != wantDig {
|
||||
t.Errorf("Digest(%q) = %q; want %q", tt.in, dig, wantDig)
|
||||
}
|
||||
_ = r == r // test that concrete type of r supports equality
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue