test(path self): Add tests (#14607)

# Description
Add tests for `path self`.

I wasn't very familiar with the code base, especially the testing
utilities, when I first implemented `path self`. It's been on my mind to
add tests for it since then.
This commit is contained in:
Bahex
2024-12-17 19:01:23 +03:00
committed by GitHub
parent d94b344342
commit c266e6adaf
2 changed files with 65 additions and 0 deletions

View File

@ -4,6 +4,7 @@ mod exists;
mod expand;
mod join;
mod parse;
mod self_;
mod split;
mod type_;