deb-python-pydotplus/test/my_tests/html_labels.dot
Ero Carrera 8f6e324d32 Added testing script and test data
git-svn-id: http://pydot.googlecode.com/svn/trunk@14 06aa9b79-7134-0410-ae7e-c1cd3e483e87
2010-11-06 21:06:28 +00:00

8 lines
342 B
Plaintext

digraph G {
<abcde> [label=cholo];
<this <b>is</b> a <i>node</i>> [label=<<table><tr><td>is another</td></tr></table>>];
<this tabla <table></table><b>is</b> <i>another</i>>;
<more <b>html</b>> -> <more <b>html</b>>;
"<more <b>html</b>>" -> <this <b>is</b> a <i>node</i>>;
<this <b>is</b> a <i>node</i>> -> <this <b>is</b> <i>another</i>>;
}