Files
devops/perl/lib/Graph-Easy-0.76/t/txt/dot/6_comments.txt
2025-09-17 16:08:16 +08:00

15 lines
231 B
Plaintext

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 ]