diff options
-rw-r--r-- | tests/lib/files/pathverificationtest.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/lib/files/pathverificationtest.php b/tests/lib/files/pathverificationtest.php index f7d5f057c14..13fccd310f3 100644 --- a/tests/lib/files/pathverificationtest.php +++ b/tests/lib/files/pathverificationtest.php @@ -85,6 +85,8 @@ class PathVerification extends \Test\TestCase { ['🐵'], ['🐵.txt'], ['txt.💩'], + ['💩🐵.txt'], + ['💩🐵'], ]; } |