diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/dirname.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/dirname.test b/tests/dirname.test index 3ea89197..47b26e03 100755 --- a/tests/dirname.test +++ b/tests/dirname.test @@ -8,3 +8,4 @@ testing "/-only" "dirname ///////" "/\n" "" "" testing "trailing /" "dirname a//////" ".\n" "" "" testing "combined" "dirname /////a///b///c///d/////" "/////a///b///c\n" "" "" testing "/a/" "dirname /////a///" "/\n" "" "" +testing "multiple" "dirname hello/a world/b" "hello\nworld\n" "" "" |