first commit
This commit is contained in:
14
perl/lib/Graph-Easy-0.76/t/txt/8_optimize_bend.txt
Normal file
14
perl/lib/Graph-Easy-0.76/t/txt/8_optimize_bend.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
node { shape: circle; }
|
||||
|
||||
[ compare ] { background: #c1b2ff; shape: rect; }
|
||||
[ main ] { shape: rect; }
|
||||
[ make_string ] { label: make a\n string; }
|
||||
|
||||
[ main ] ..> [ init ]
|
||||
[ main ] --> [ parse ]
|
||||
[ main ] -- Testlabel --> [ cleanup ]
|
||||
[ main ] - 100 times - > { color: red; } [ printf ]
|
||||
[ init ] --> [ make_string ]
|
||||
[ parse ] --> [ execute ]
|
||||
[ execute ] --> { color: red; } [ compare ]
|
||||
[ execute ] --> [ make_string ]
|
||||
Reference in New Issue
Block a user