We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cb9a29 commit a94bcafCopy full SHA for a94bcaf
pandas/tests/io/formats/test_style.py
@@ -1707,7 +1707,8 @@ def test_tooltip_render(self):
1707
in s
1708
)
1709
assert (
1710
- '<td id="T__row0_col0" class="data row0 col0" >0<span class="pd-t"></span></td>'
+ '<td id="T__row0_col0" class="data row0 col0" >0<span class="pd-t">'
1711
+ + "</span></td>"
1712
1713
1714
# test 'Max' tooltip added
@@ -1717,7 +1718,8 @@ def test_tooltip_render(self):
1717
1718
1719
1720
- '<td id="T__row1_col1" class="data row1 col1" >3<span class="pd-t"></span></td>'
1721
+ '<td id="T__row1_col1" class="data row1 col1" >3<span class="pd-t">'
1722
1723
1724
1725
0 commit comments