Go to file
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
.phan Add phan 2019-04-27 21:23:26 +02:00
i18n Localisation updates from https://translatewiki.net. 2019-02-14 22:29:32 +01:00
includes Fix truncate code potentially removing whitespace from extract 2019-05-03 08:46:29 +02:00
tests/phpunit Fix truncate code potentially removing whitespace from extract 2019-05-03 08:46:29 +02:00
.eslintrc.json build: Set "root": true, in .eslintrc.json 2018-12-17 18:58:48 -08:00
.gitignore build: Updating mediawiki/mediawiki-codesniffer to 0.9.0 2017-06-20 00:23:06 -07:00
.gitreview Whoops, track not trace 2016-10-24 17:03:54 -07:00
.phpcs.xml build: Updating mediawiki/mediawiki-codesniffer to 16.0.1 2018-02-25 11:38:27 +00:00
CODE_OF_CONDUCT.md build: Updating mediawiki/phan-taint-check-plugin to 1.3.0 2018-08-19 17:07:56 +00:00
composer.json Add phan 2019-04-27 21:23:26 +02:00
COPYING Add COPYING 2014-01-22 21:33:49 +00:00
extension.json Use AutoloadNamespaces 2019-03-17 18:32:26 -07:00
Gruntfile.js Add recent pattern for ESLinting in repo 2018-09-03 15:31:36 +01:00
package.json build: Update devDependencies 2018-11-26 23:41:56 +00:00