From 11ab39106554fc1ae3ebaccbc1653d50f19a02c2 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 19 Sep 2019 18:47:44 +0300 Subject: [PATCH] docs: update --- test.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test.sh b/test.sh index 238569f..950dfb6 100755 --- a/test.sh +++ b/test.sh @@ -150,6 +150,9 @@ test_dirname() { result="$(dirname "something//////////.///////////")" assert_equals "$result" "something" + + result="$(dirname "//////")" + assert_equals "$result" "/" } test_basename() {