Commit 19aadfc
fix: normalize root path separator in test_normalize_path on Windows
replace('\\', '') stripped the trailing slash entirely, giving 'D:'
while normalize_path returns 'D:/'. Convert to forward slash instead
so both sides match.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 4a51934 commit 19aadfc
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
118 | | - | |
| 117 | + | |
119 | 118 | | |
120 | 119 | | |
121 | 120 | | |
| |||
0 commit comments