mirror of
https://github.com/gonum/gonum.git
synced 2025-10-07 08:01:20 +08:00
encoding/dot: support edge ports on Unmarshal/decode
This commit is contained in:
@@ -54,10 +54,7 @@ func TestParseFile(t *testing.T) {
|
||||
out: "../testdata/attr_sep.golden",
|
||||
},
|
||||
{in: "../testdata/subgraph_vertex.dot"},
|
||||
{
|
||||
in: "../testdata/port.dot",
|
||||
out: "../testdata/port.golden",
|
||||
},
|
||||
{in: "../testdata/port.dot"},
|
||||
{in: "../testdata/quoted_id.dot"},
|
||||
{
|
||||
in: "../testdata/backslash_newline_id.dot",
|
||||
|
Reference in New Issue
Block a user