Files
iptv/tests/__data__/input
Sanaei f527cfd03a fix: harden getStoragePath and keep CRLF endings
- Normalize the returned path to forward slashes so it matches what
  Storage.list() (glob) returns, instead of leaking `\` on Windows.
- Treat the storage root itself as "not inside", so passing a directory
  no longer yields an empty path that Storage.load() would open as a dir.
- Extract the containment check into isInsideDirectory() and drop the
  redundant isAbsolute(filepath) branch (path.resolve already handles it).
- Restore the repository's CRLF line endings in the nested fixture.
2026-09-04 17:47:43 +02:00
..
2026-08-17 00:59:47 +03:00
2025-10-08 20:40:22 +03:00
2026-03-01 17:31:46 +03:00
2026-08-16 22:18:21 +03:00
2026-08-16 22:54:08 +03:00
2025-10-08 20:40:22 +03:00
2026-04-12 08:45:53 +03:00
2026-08-16 22:54:08 +03:00