We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f03290 commit 263c2a8Copy full SHA for 263c2a8
tests/test_examples.py
@@ -280,5 +280,5 @@ def test_sudoku(self):
280
281
def example_path(path):
282
import os.path
283
- return os.path.normpath(os.path.join(os.path.split(os.path.abspath(__file__))[0], "..", "examples", path))
+ return os.path.normpath(os.path.join(os.path.split(os.path.abspath(__file__))[0], "..", "examples", path)).replace("\\", "\\\\")
284
0 commit comments