forked from extern/egroupware
An attempt to fix the failing test on vertical char
This commit is contained in:
parent
bba57a254b
commit
50c7d62bc8
@ -95,7 +95,7 @@ class SaveToVfsTest extends \EGroupware\Api\AppTest
|
||||
array('Contains a /', true),
|
||||
array('Contains a ?', true),
|
||||
array('Contains a %', true),
|
||||
array('Contains a '.chr(11), true),
|
||||
array('Contains a \x0b', true),
|
||||
array('This one contains them all < > " : | \ * / ? % are not allowed', true)
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user