diff --git a/ui/tests/unit/include/classes/parsers/CEscapedStringParserTest.php b/ui/tests/unit/include/classes/parsers/CEscapedStringParserTest.php index 8dac88f29edd..5b76ea1d5314 100644 --- a/ui/tests/unit/include/classes/parsers/CEscapedStringParserTest.php +++ b/ui/tests/unit/include/classes/parsers/CEscapedStringParserTest.php @@ -79,11 +79,6 @@ public static function dataProvider() { 'match' => '\n\n\n\n\n', 'error' => '' ]], - ['\n\n\n\\n\n', 0, ['characters' => 'n'], [ - 'rc' => CParser::PARSE_SUCCESS, - 'match' => '\n\n\n\\n\n', - 'error' => '' - ]], // CParser::PARSE_SUCCESS_CONT ['\\\\\n', 0, ['characters' => '\\'], [