Skip to content

Commit

Permalink
revert path
Browse files Browse the repository at this point in the history
  • Loading branch information
Richardk2n committed Nov 15, 2023
1 parent 35670f1 commit 604f151
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/test_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,11 +347,11 @@ def foo():
("/workspace/my-file.py", "/((workspace)", "/", False),
# Windows paths are tricky with all those \\ and unintended escape,
# characters but they should 'just' work
(r"d:\\a\\my-file.py", "/a", r"\\", True),
("d:\\a\\my-file.py", "/a", "\\", True),
(
r"d:\\a\\pylsp-mypy\\pylsp-mypy\\test\\test_plugin.py",
"d:\\a\\pylsp-mypy\\pylsp-mypy\\test\\test_plugin.py",
"/a/pylsp-mypy/pylsp-mypy/test/test_plugin.py",
r"\\",
"\\",
True,
),
),
Expand Down

0 comments on commit 604f151

Please sign in to comment.