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 3c79c6d commit 4c58cb6Copy full SHA for 4c58cb6
tests/test_cli_v1.py
@@ -52,7 +52,7 @@ def _load_tree(root, replace_name=None):
52
if not replace_name:
53
replace_name = str(root)
54
return {
55
- x.relative_to(root).name: x.read_text().replace(replace_name, 'ROOT')
+ x.relative_to(root).name: x.read_text().replace(replace_name, 'ROOT').replace('\\', '/')
56
for x in root.glob('**/*.txt')
57
}
58
0 commit comments