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 e9161eb commit a9d6e18Copy full SHA for a9d6e18
1 file changed
tests/test_build_docs_examples_script.py
@@ -184,4 +184,4 @@ def _marked_example(example_id: str, content: str) -> str:
184
185
186
def _normalize_tmp_path(output: str, tmp_path: Path) -> str:
187
- return output.replace(str(tmp_path), "<tmp>")
+ return output.replace(str(tmp_path), "<tmp>").replace("\\", "/")
0 commit comments