summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test-plans/helloworld.dot')
-rw-r--r--test-plans/helloworld.dot7
1 files changed, 7 insertions, 0 deletions
diff --git a/test-plans/helloworld.dot b/test-plans/helloworld.dot
new file mode 100644
index 0000000..347755d
--- /dev/null
+++ b/test-plans/helloworld.dot
@@ -0,0 +1,7 @@
+digraph G {
+ node [label="\N"];
+ graph [bb="0,0,70,108"];
+ Hello [pos="35,90", width="0.86", height="0.50"];
+ World [pos="35,18", width="0.97", height="0.50"];
+ Hello -> World [pos="e,35,36 35,72 35,64 35,55 35,46"];
+}