1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2026-04-24 20:56:11 +02:00
Files
jc/tests
Alex Towell 128e36404d Fix dir parser stripping D: drive letter from parent directory path
lstrip(" Directory of ") strips any character in the set
{' ','D','i','r','e','c','t','o','y','f'}, which incorrectly removes
the 'D' from D:\ paths. Use fixed-length prefix removal with [len():]
instead.

Fixes #687

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 03:14:43 -05:00
..
2025-04-04 16:16:47 -07:00
2025-03-31 16:50:46 -07:00
2025-08-03 17:19:21 -07:00
2024-09-22 20:01:40 -07:00
2022-09-23 10:58:28 -07:00
2024-10-17 14:05:06 -07:00
2025-03-31 17:06:41 -07:00
2025-09-08 14:25:44 -07:00
2024-11-24 18:59:30 -08:00
2024-03-14 17:31:38 -07:00
2024-03-14 17:29:31 -07:00
2025-09-04 16:43:18 -07:00
2024-06-08 09:17:57 -07:00
2025-07-24 13:02:37 -07:00
2025-06-06 15:23:42 -07:00
2024-04-28 12:44:40 -07:00