From 794ba2878b95754e1c4b7ab6b3b9c3766248f59d Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Mon, 10 Aug 2020 09:59:45 +0200 Subject: [PATCH] test: add `imagepos` attribute test --- analysewrite_test.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/analysewrite_test.go b/analysewrite_test.go index 43164e7..a867f24 100644 --- a/analysewrite_test.go +++ b/analysewrite_test.go @@ -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 ] }`)