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 bcd0ca1 commit 92771c0Copy full SHA for 92771c0
1 file changed
tests/test_pathtools.py
@@ -44,6 +44,7 @@ def test_parse_path_windows():
44
45
46
def test_parse_path_windows_tabs_and_lines():
47
+ r"""Test non-raw string containing newline \n and tab \t sequences."""
48
path = "C:\new_folder\test"
49
parsed = parse_path(path)
50
0 commit comments