Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add a regression test for git ls-files parsing
This commit adds a regression test to ensure that file-names starting with a tab-character are properly parsed from the output of `git ls-files`. The test instantiates PurePosixPath-instances to check against names in the output of `iter_gitworktree`, because `iter_gitworktree` explicitly creates PurePosixPath-instances in the function `_lsfiles_line2props`.
- Loading branch information