Skip to content

Commit 811b674

Browse files
committed
!fixup d093c47
1 parent 90977b4 commit 811b674

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/t/test_scp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,9 @@ def test_local_path_mark_1(self, bash, tmpdir_mkfifo):
215215
def test_local_path_with_spaces_1(self, completion):
216216
assert completion == r"ced\ \ conf"
217217

218-
@pytest.mark.complete("scp spaced\\ ", cwd="scp")
218+
@pytest.mark.complete(r"scp spaced\ ", cwd="scp")
219219
def test_local_path_with_spaces_2(self, completion):
220-
assert completion == "\\ conf"
220+
assert completion == r"\ conf"
221221

222222
@pytest.mark.complete("scp backslash-a\\", cwd="scp/local_path")
223223
def test_local_path_backslash(self, completion):

0 commit comments

Comments
 (0)