mirror of
https://github.com/patriceckhart/zot.git
synced 2026-06-27 05:46:34 +02:00
normalisePathToken's heuristic only fires for unix-shaped paths (leading /, ~, or file:// with a / path). On Windows, t.TempDir() returns paths like C:\Users\RUNNER~1\AppData\Local\Temp\... which never match those prefixes, so the test inputs never get quoted and every assertion fails. The function is unix-only by design (drag-and-drop on macOS/Linux); skip the test on Windows rather than carry a parallel Windows test that would just duplicate platform-specific quoting logic. |
||
|---|---|---|
| .. | ||
| agent | ||
| assets | ||
| auth | ||
| core | ||
| extproto | ||
| provider | ||
| skills | ||
| tui | ||