Browse code

Add test for issue 69.

Jose Fonseca authored on 25/03/2019 06:52:35
Showing 2 changed files

1 1
similarity index 100%
2 2
rename from tests/issue64.dot
3 3
rename to tests/issue65.dot
4 4
new file mode 100644
... ...
@@ -0,0 +1,9 @@
1
+graph {
2
+  graph [layout=fdp]
3
+
4
+  subgraph cluster_x {
5
+    label = "hello";
6
+  }
7
+
8
+  cluster_x -- a;
9
+}