Skip to content

Commit 292b865

Browse files
committed
add ref to issues
1 parent adba9ca commit 292b865

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pandas/tests/io/formats/test_to_latex.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -825,6 +825,9 @@ def test_to_latex_escape_special_chars(self):
825825
assert result == expected
826826

827827
def test_to_latex_escape_special_chars_in_index_names(self):
828+
# https://github.com/pandas-dev/pandas/issues/61309
829+
# https://github.com/pandas-dev/pandas/issues/57362
830+
828831
index = "&%$#_{}}~^\\"
829832
df = DataFrame({index: [1, 2, 3]}).set_index(index)
830833
result = df.to_latex(escape=True)

0 commit comments

Comments
 (0)