Skip to content

Commit

Permalink
.......... [ZBX-23318] removed identical test case
Browse files Browse the repository at this point in the history
  • Loading branch information
alexv123456 committed Oct 16, 2023
1 parent 829cefd commit 32a6844
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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' => '\\'], [
Expand Down

0 comments on commit 32a6844

Please sign in to comment.