const diamond … func mustParse(t *testing.T, dag string) *Graph { … } func wantEdges(t *testing.T, g *Graph, edges string) { … } func TestParse(t *testing.T) { … }
const diamond … func mustParse(t *testing.T, dag string) *Graph { … } func wantEdges(t *testing.T, g *Graph, edges string) { … } func TestParse(t *testing.T) { … }