mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
test(Storage): expand file / directory name tests
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
298b81f087
commit
5f23d5b831
1 changed files with 8 additions and 0 deletions
|
|
@ -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'],
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue