Add path basename -E tests

This commit is contained in:
Mahmoud Al-Qudsi 2024-05-24 18:03:42 -05:00
parent 6091d1149f
commit f84b1993ec

View File

@ -318,5 +318,10 @@ path basename -Z foo bar baz | path sort
# CHECK: baz
# CHECK: foo
path basename -E foo.txt /usr/local/foo.bar /foo.tar.gz
# CHECK: foo
# CHECK: foo
# CHECK: foo.tar
path basename --null-out bar baz | string escape
# CHECK: bar\x00baz\x00