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

9 lines
113 B
Plaintext

STRICT DIGRAPH "graph" {
EDGE [ label=foo ]
NODE [ style=dotted ]
SUBGRAPH cluster_me {
a -> b
}
c -> d
}