Skip to content

Add tests for pathname-match-p with missing wildcard components

The CLHS for pathname-match-p says:

Missing components of wildcard default to :wild.

Add a few tests for this. to show that a pathname matches the wildcard even if the wildcard didn't fill in all the components with wild.

Merge request reports