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,8 @@
1
+digraph G {
2
+
3
+   a -> b 
4
+   a -> c [dir=forward]
5
+   a -> d [dir=back]
6
+   a -> e [dir=both]
7
+   a -> f [dir=none]
8
+}