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,6 @@
1
+digraph G {
2
+    node [shape=record];
3
+    a [label = "<f0> foo | x | <f1> bar"];
4
+    b [label = "a | { <f0> foo | x | <f1> bar } | b"];
5
+    a:f0 -> b:f1 
6
+}