mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
An attempt to fix the failing test on vertical char
This commit is contained in:
parent
dca72ebd9c
commit
cf7077d536
@ -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