mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
test(Storage): expand file / directory name tests
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
9ce1ae8e61
commit
ace9eb21e6
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