Skip to content

Commit

Permalink
test: add imagepos attribute test
Browse files Browse the repository at this point in the history
  • Loading branch information
tormath1 authored and awalterschulze committed Aug 10, 2020
1 parent 87b7ba4 commit 794ba28
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions analysewrite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ func TestString(t *testing.T) {
`digraph finite_state { rankdir = "LR" }`)
}

func TestAttrImgPos(t *testing.T) {
anal(t,
"digraph finite_state { imagepos = tc }")
}

func TestAttrList(t *testing.T) {
anal(t, `
digraph { node [ shape = doublecircle ] }`)
Expand Down

0 comments on commit 794ba28

Please sign in to comment.