Files
devops/perl/lib/Graph-Easy-0.76/t/in/dot/5_scope_atr.dot
2025-09-17 16:08:16 +08:00

8 lines
103 B
Plaintext

digraph GRAPH_0 {
b [ style=rounded ]
a -> { node [ shape=plaintext ] b c d }
{ b c d } -> u
}