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,18 @@
1
+digraph G {
2
+  0 -> 1
3
+  0 -> 2
4
+  1 -> 3
5
+  1 -> 5
6
+  1 -> 7
7
+  2 -> 4
8
+  2 -> 5
9
+  2 -> 6
10
+  2 -> 8
11
+  3 -> 9
12
+  5 -> 9
13
+  6 -> 9
14
+  7 -> 9
15
+  4 -> 10
16
+  8 -> 10
17
+  6 -> 10
18
+}