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,4 @@
1
+digraph G { node[style=filled fillcolor="#00ff005f" color="#00ff005f"]
2
+subgraph {e->f subgraph cluster_ss81 {a->b->c}};
3
+subgraph { subgraph { subgraph { subgraph cluster_x { x; subgraph cluster_y {y }}}}}
4
+}