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,7 @@
1
+digraph if
2
+{
3
+rankdir=LR;
4
+  {rank=same;b;c;}
5
+  a->b;
6
+  c->b[label="long long long"];
7
+}