Skip to content

Commit a9d6e18

Browse files
committed
Normalize docs example test paths
1 parent e9161eb commit a9d6e18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_build_docs_examples_script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,4 +184,4 @@ def _marked_example(example_id: str, content: str) -> str:
184184

185185

186186
def _normalize_tmp_path(output: str, tmp_path: Path) -> str:
187-
return output.replace(str(tmp_path), "<tmp>")
187+
return output.replace(str(tmp_path), "<tmp>").replace("\\", "/")

0 commit comments

Comments
 (0)