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,5 @@
1
+digraph G {
2
+  n [label="", shapefile="graphs/jcr.gif"]
3
+  x [width=3, height=3, label="", shapefile="graphs/jcr.gif"]
4
+  m -> n -> x
5
+}