Searched hist:"2 a113f46634a3d04c5413c5b6916ea6c8fd0809d" (Results 1 – 1 of 1) sorted by relevance
| /dokuwiki/_test/tests/inc/parser/ |
| H A D | lexer.test.php | 2a113f46634a3d04c5413c5b6916ea6c8fd0809d Sun Mar 03 22:42:37 UTC 2024 FailedCode <xeres666@googlemail.com> Tests: The at() matcher has been deprecated
fixes #3811
Replaces at() with withConsecutive() in these tests:
- TestOfLexer::testSinglePattern - TestOfLexer::testMultiplePattern - TestOfLexerModes::testIsolatedPattern - TestOfLexerModes::testModeChange - TestOfLexerModes::testNesting - TestOfLexerModes::testSingular - TestOfLexerModes::testUnwindTooFar - TestOfLexerHandlers::testModeMapping - TestOfLexerByteIndices::testIndex - TestOfLexerByteIndices::testIndexLookaheadEqual - TestOfLexerByteIndices::testIndexLookaheadNotEqual - TestOfLexerByteIndices::testIndexLookbehindEqual - TestOfLexerByteIndices::testIndexLookbehindNotEqual
|