first commit
This commit is contained in:
9
perl/lib/Graph-Easy-0.76/t/in/dot/4_html_like.dot
Normal file
9
perl/lib/Graph-Easy-0.76/t/in/dot/4_html_like.dot
Normal file
@@ -0,0 +1,9 @@
|
||||
# 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> ]
|
||||
}
|
||||
Reference in New Issue
Block a user