encoding/dot: support edge ports on Unmarshal/decode

This commit is contained in:
J. Holmes
2018-04-15 23:01:32 -06:00
committed by Dan Kortschak
parent 46ea2fd92c
commit cb2511e4c8
8 changed files with 121 additions and 29 deletions

View File

@@ -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",