From ace9eb21e6ad6450154854a9bc867fdef97ac0fb Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 27 Feb 2026 12:44:36 -0500 Subject: [PATCH] test(Storage): expand file / directory name tests Signed-off-by: Josh --- tests/lib/Files/Storage/Storage.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/lib/Files/Storage/Storage.php b/tests/lib/Files/Storage/Storage.php index 9107d99cd67..1fa2575f1f1 100644 --- a/tests/lib/Files/Storage/Storage.php +++ b/tests/lib/Files/Storage/Storage.php @@ -116,6 +116,10 @@ abstract class Storage extends \Test\TestCase { ['file with space.txt'], ['spéciäl fäile'], ['test single\'quote.txt'], + ['0'], + ['#'], + ['%'], + ['%20'], ]; } @@ -127,6 +131,10 @@ abstract class Storage extends \Test\TestCase { ['folder with space'], ['spéciäl földer'], ['test single\'quote'], + ['0'], + ['#'], + ['%'], + ['%20'], ]; }