Commit 60ef497
committed
fix: normalize all patterns for Windows glob compatibility
Always normalize path separators in patterns before processing,
not just for directories. This ensures glob patterns like
"C:\temp\*.md" work correctly on Windows by converting them
to "C:/temp/*.md" which the glob library handles properly.
Fixes failing Windows tests in CI.1 parent e3be3a1 commit 60ef497
1 file changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
314 | 317 | | |
315 | 318 | | |
316 | 319 | | |
317 | 320 | | |
318 | | - | |
319 | 321 | | |
320 | 322 | | |
321 | | - | |
| 323 | + | |
322 | 324 | | |
323 | | - | |
324 | | - | |
| 325 | + | |
| 326 | + | |
325 | 327 | | |
326 | 328 | | |
327 | 329 | | |
| |||
0 commit comments