mediawiki-extensions-TextEx.../tests/phpunit
Thiemo Kreuz 8de415c4fd Fix truncate code potentially removing whitespace from extract
By turning the (?:…) into (?=…) they become lookaheads and are not
part of the returned string in $tail any more. This is exactly what we
want here. All we want is to *know* if the dot, question or exclamation
mark is followed by a space. But we don't need the space captured.

Change-Id: I4be715c4c084165e5ab25da77609f12ffce4d385
2019-05-03 08:46:29 +02:00
..
ApiQueryExtractsTest.php Consistently mention the @license in all files 2019-04-24 18:26:53 +02:00
ExtractFormatterTest.php Move Tidy functionality to TextTruncator 2019-05-03 08:46:27 +02:00
TextTruncatorTest.php Fix truncate code potentially removing whitespace from extract 2019-05-03 08:46:29 +02:00