Skip to content

Commit fed18a7

Browse files
naveenkaushik2504proost
authored andcommitted
1 parent 45eea36 commit fed18a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/parser/test_common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2167,7 +2167,7 @@ def test_suppress_error_output(all_parsers, capsys):
21672167
compat.is_platform_windows() and not compat.PY36,
21682168
reason="On Python < 3.6 won't pass on Windows",
21692169
)
2170-
@pytest.mark.parametrize("filename", ["sé-es-vé.csv", "ru-sй.csv"])
2170+
@pytest.mark.parametrize("filename", ["sé-es-vé.csv", "ru-sй.csv", "中文文件名.csv"])
21712171
def test_filename_with_special_chars(all_parsers, filename):
21722172
# see gh-15086.
21732173
parser = all_parsers

0 commit comments

Comments
 (0)