Skip to content

Commit 92771c0

Browse files
committed
Add test docstring
1 parent bcd0ca1 commit 92771c0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_pathtools.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ def test_parse_path_windows():
4444

4545

4646
def test_parse_path_windows_tabs_and_lines():
47+
r"""Test non-raw string containing newline \n and tab \t sequences."""
4748
path = "C:\new_folder\test"
4849
parsed = parse_path(path)
4950

0 commit comments

Comments
 (0)