Add edge case tests for getMultiRepoJSONLPaths()

- Test empty path handling (returns nil for single-repo mode)
- Test duplicate paths (documents non-deduping behavior)
- Test paths with spaces (handles correctly)
- Test relative paths (not normalized, used as-is)
- Test tilde expansion (not expanded, used literally)

Closes bd-kdoh

Amp-Thread-ID: https://ampcode.com/threads/T-ac07d8fd-51a3-4511-a477-d7041b950ea8
Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
Steve Yegge
2025-11-06 19:54:59 -08:00
parent b9607e1814
commit 78c9d744cb
2 changed files with 272 additions and 118 deletions

File diff suppressed because one or more lines are too long