first commit
This commit is contained in:
14
perl/lib/Graph-Easy-0.76/t/txt/dot/6_comments.txt
Normal file
14
perl/lib/Graph-Easy-0.76/t/txt/dot/6_comments.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
edge { arrowstyle: filled; }
|
||||
graph {
|
||||
colorscheme: x11;
|
||||
flow: south;
|
||||
title: GRAPH_0;
|
||||
}
|
||||
|
||||
[ a ] --> [ b ]
|
||||
[ a ] --> [ c ]
|
||||
[ a ] --> [ d ]
|
||||
[ my node /* not a comment */ ] --> [ b ]
|
||||
[ b ] --> [ u ]
|
||||
[ c ] --> [ u ]
|
||||
[ d ] --> [ u ]
|
||||
Reference in New Issue
Block a user