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

10 lines
266 B
Plaintext

# these are all invalid HTML-like labels. The should not result
# in errors and the "<>" should be stripped, leaving only the inner
# text as the label text:
digraph G {
first [ label = <> ]
second [ label =<> ]
third [ label =< > ]
fourth [ label = <a> ]
}