@@ -84,9 +84,9 @@ def test_op_label_template_full():
8484 print (got )
8585 exp = """
8686 <<TABLE CELLBORDER="0" CELLSPACING="0" STYLE="rounded" BORDER="44" COLOR="red" BGCOLOR="wheat"
87- ><TR><TD BORDER="1" SIDES="b" TOOLTIP="<op " 	 tooltip>" HREF="http://op_url.com_label_" TARGET="_self"
87+ ><TR><TD BORDER="1" SIDES="b" ALIGN="left" TOOLTIP="<op " 	 tooltip>" HREF="http://op_url.com_label_" TARGET="_self"
8888 ><FONT COLOR="blue"><B>OP:</B> <I>the op</I></FONT></TD></TR
89- ><TR><TD TOOLTIP="<fn tooltip>" HREF="http://fn_url.com/quoto_and" TARGET="_top"
89+ ><TR><TD ALIGN="left" TOOLTIP="<fn tooltip>" HREF="http://fn_url.com/quoto_and" TARGET="_top"
9090 ><FONT COLOR="blue"><B>FN:</B> the fn</FONT></TD></TR>
9191 </TABLE>>
9292 """
@@ -103,7 +103,7 @@ def test_op_label_template_empty():
103103 print (got )
104104 exp = """
105105 <<TABLE CELLBORDER="0" CELLSPACING="0" STYLE="rounded"
106- ><TR><TD BORDER="1" SIDES="b"
106+ ><TR><TD BORDER="1" SIDES="b" ALIGN="left" TARGET=""
107107 ></TD></TR
108108 >
109109 </TABLE>>
@@ -116,9 +116,9 @@ def test_op_label_template_fn_empty():
116116 print (got )
117117 exp = """
118118 <<TABLE CELLBORDER="0" CELLSPACING="0" STYLE="rounded"
119- ><TR><TD BORDER="1" SIDES="b"
119+ ><TR><TD BORDER="1" SIDES="b" ALIGN="left" TARGET=""
120120 ><B>OP:</B> <I>op</I></TD></TR
121- ><TR><TD
121+ ><TR><TD ALIGN="left" TARGET=""
122122 ><B>FN:</B> fn</TD></TR>
123123 </TABLE>>
124124 """
@@ -143,7 +143,7 @@ def test_op_label_template_nones():
143143 print (got )
144144 exp = """
145145 <<TABLE CELLBORDER="0" CELLSPACING="0" STYLE="rounded"
146- ><TR><TD BORDER="1" SIDES="b"
146+ ><TR><TD BORDER="1" SIDES="b" ALIGN="left" TARGET=""
147147 ></TD></TR
148148 >
149149 </TABLE>>
@@ -420,16 +420,16 @@ def test_node_dot_str0(dot_str_pipeline):
420420 <edge> [shape=rect];
421421 <digraph: strict> [shape=rect];
422422 <node> [label=<<TABLE CELLBORDER="0" CELLSPACING="0" STYLE="rounded"
423- ><TR><TD BORDER="1" SIDES="b" TOOLTIP="FunctionalOperation(name='node', needs=['edge', 'digraph: strict'], provides=['<graph>'], fn='add')"
423+ ><TR><TD BORDER="1" SIDES="b" ALIGN="left" TOOLTIP="FunctionalOperation(name='node', needs=['edge', 'digraph: strict'], provides=['<graph>'], fn='add')" TARGET=" "
424424 ><B>OP:</B> <I>node</I></TD></TR
425- ><TR><TD TOOLTIP="<built-in function add>"
425+ ><TR><TD ALIGN="left" TOOLTIP="<built-in function add>" TARGET=" "
426426 ><B>FN:</B> _operator.add</TD></TR>
427427 </TABLE>>, shape=plain, tooltip=<node>];
428428 <<graph>> [shape=rect];
429429 <cu:sto:m> [label=<<TABLE CELLBORDER="0" CELLSPACING="0" STYLE="rounded"
430- ><TR><TD BORDER="1" SIDES="b" TOOLTIP="FunctionalOperation(name='cu:sto:m', needs=['edge', 'digraph: strict'], provides=['<graph>'], fn='func')"
430+ ><TR><TD BORDER="1" SIDES="b" ALIGN="left" TOOLTIP="FunctionalOperation(name='cu:sto:m', needs=['edge', 'digraph: strict'], provides=['<graph>'], fn='func')" TARGET=" "
431431 ><B>OP:</B> <I>cu:sto:m</I></TD></TR
432- ><TR><TD TOOLTIP="def func(): pass"
432+ ><TR><TD ALIGN="left" TOOLTIP="def func(): pass" TARGET=" "
433433 ><B>FN:</B> test.test_plot.func</TD></TR>
434434 </TABLE>>, shape=plain, tooltip=<cu:sto:m>];
435435 <edge> -> <node>;
@@ -461,16 +461,16 @@ def test_node_dot_str1(dot_str_pipeline, monkeypatch):
461461 <edge> [shape=rect];
462462 <digraph: strict> [shape=rect];
463463 <node> [label=<<TABLE CELLBORDER="0" CELLSPACING="0" STYLE="rounded"
464- ><TR><TD BORDER="1" SIDES="b" TOOLTIP="FunctionalOperation(name='node', needs=['edge', 'digraph: strict'], provides=['<graph>'], fn='add')" HREF="abc#{'dot_path': '_operator.add', 'posix_path': '_operator/add'}" TARGET="bad"
464+ ><TR><TD BORDER="1" SIDES="b" ALIGN="left" TOOLTIP="FunctionalOperation(name='node', needs=['edge', 'digraph: strict'], provides=['<graph>'], fn='add')" HREF="abc#{'dot_path': '_operator.add', 'posix_path': '_operator/add'}" TARGET="bad"
465465 ><B>OP:</B> <I>node</I></TD></TR
466- ><TR><TD TOOLTIP="<built-in function add>" HREF="abc#{'dot_path': '_operator.add', 'posix_path': '_operator/add'}" TARGET="bad"
466+ ><TR><TD ALIGN="left" TOOLTIP="<built-in function add>" HREF="abc#{'dot_path': '_operator.add', 'posix_path': '_operator/add'}" TARGET="bad"
467467 ><B>FN:</B> _operator.add</TD></TR>
468468 </TABLE>>, shape=plain, tooltip=<node>];
469469 <<graph>> [shape=rect];
470470 <cu:sto:m> [label=<<TABLE CELLBORDER="0" CELLSPACING="0" STYLE="rounded"
471- ><TR><TD BORDER="1" SIDES="b" TOOLTIP="FunctionalOperation(name='cu:sto:m', needs=['edge', 'digraph: strict'], provides=['<graph>'], fn='func')" HREF="abc#{'dot_path': 'test.test_plot.func', 'posix_path': 'test/test_plot/func'}" TARGET="bad"
471+ ><TR><TD BORDER="1" SIDES="b" ALIGN="left" TOOLTIP="FunctionalOperation(name='cu:sto:m', needs=['edge', 'digraph: strict'], provides=['<graph>'], fn='func')" HREF="abc#{'dot_path': 'test.test_plot.func', 'posix_path': 'test/test_plot/func'}" TARGET="bad"
472472 ><B>OP:</B> <I>cu:sto:m</I></TD></TR
473- ><TR><TD TOOLTIP="def func(): pass" HREF="abc#{'dot_path': 'test.test_plot.func', 'posix_path': 'test/test_plot/func'}" TARGET="bad"
473+ ><TR><TD ALIGN="left" TOOLTIP="def func(): pass" HREF="abc#{'dot_path': 'test.test_plot.func', 'posix_path': 'test/test_plot/func'}" TARGET="bad"
474474 ><B>FN:</B> test.test_plot.func</TD></TR>
475475 </TABLE>>, shape=plain, tooltip=<cu:sto:m>];
476476 <edge> -> <node>;
0 commit comments