Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(path): add additional tests to normalize
add additional tests to stencil's wrapped version of `path.normalize`, adding additional documentation to how the wrapped function works. specifically, add tests to verify the following behavior: 1. how an empty string behaves 2. how relative paths ('.', '..') behave 3. how absolute paths ('/' for POSIX and '\\' for Windows) behave questioning how thise function behaves/should behave was the impetus for this change - I didn't understand what I was seeing at first when debugging some Stencil 4.x related path related bugs. this commit is spun out from that work. related to: #5029, #5032
- Loading branch information