Browse code

tests: Import Graphviz tests.

Jose Fonseca authored on 13/02/2016 23:53:31
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,9 @@
1
+graph G {
2
+  1 -- { 2 3 4 5 6}
3
+  2 -- { 8 9 10}
4
+  3 -- 11 -- 12 -- 13
5
+  a1 -- { a2 a3 a4 a5 a6}
6
+  a2 -- { a8 a9 a10}
7
+  A -- B
8
+  C
9
+}