]> granicus.if.org Git - graphviz/commitdiff
Update base regression test files
authorellson <devnull@localhost>
Tue, 18 Oct 2005 18:52:47 +0000 (18:52 +0000)
committerellson <devnull@localhost>
Tue, 18 Oct 2005 18:52:47 +0000 (18:52 +0000)
rtest/share/a1.dot [new file with mode: 0644]
rtest/share/a2.dot [new file with mode: 0644]

diff --git a/rtest/share/a1.dot b/rtest/share/a1.dot
new file mode 100644 (file)
index 0000000..5e025cb
--- /dev/null
@@ -0,0 +1,10 @@
+digraph G {
+       graph [rankdir=LR];
+       node [label="\N"];
+       graph [label="this is a graph",
+               lp="72,12",
+               bb="0,0,144,60"];
+       a [pos="27,42", width="0.75", height="0.50"];
+       b [pos="117,42", width="0.75", height="0.50"];
+       a -> b [pos="e,90,42 54,42 62,42 71,42 80,42"];
+}
diff --git a/rtest/share/a2.dot b/rtest/share/a2.dot
new file mode 100644 (file)
index 0000000..08a63de
--- /dev/null
@@ -0,0 +1,10 @@
+digraph G {
+       graph [rankdir=RL];
+       node [label="\N"];
+       graph [label="this is a graph",
+               lp="72,12",
+               bb="0,0,144,60"];
+       a [pos="117,42", width="0.75", height="0.50"];
+       b [pos="27,42", width="0.75", height="0.50"];
+       a -> b [pos="e,54,42 90,42 82,42 73,42 64,42"];
+}