mirror of
https://github.com/gonum/gonum.git
synced 2025-10-17 04:31:03 +08:00
encoding/dot: support edge ports on Unmarshal/decode
This commit is contained in:
@@ -55,10 +55,7 @@ func TestParseFile(t *testing.T) {
|
||||
out: "../internal/testdata/attr_sep.golden",
|
||||
},
|
||||
{in: "../internal/testdata/subgraph_vertex.dot"},
|
||||
{
|
||||
in: "../internal/testdata/port.dot",
|
||||
out: "../internal/testdata/port.golden",
|
||||
},
|
||||
{in: "../internal/testdata/port.dot"},
|
||||
}
|
||||
for _, g := range golden {
|
||||
file, err := dot.ParseFile(g.in)
|
||||
|
Reference in New Issue
Block a user