Skip to content

Fix `contents()` so that it no longer returns unrelated items

Barry Warsaw requested to merge issue44 into master

This should fix the return of unrelated contents. Previously we only checked that the number of leading path components was the same, but we should have also checked that the actual path components were the same too.

Closes #44 (closed)

Merge request reports