|
|
These tests cover edge cases including:
- Root directory specified as file instead of directory
- Non-existent root directories
- .demon directory exists as file in git root
- Permission denied scenarios
- Symlink handling (valid and broken)
- Invalid UTF-8 paths
- Deeply nested paths
Most validation is already working correctly, but these tests
document and verify the expected behavior for edge cases.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
|