mediawiki-extensions-Scribunto/tests
Brad Jorsch 18c08c23fc ustring: Match undocumented string.gsub behavior
As documented, string.gub( 'foo', '%a', '%1' ) should raise an invalid
capture index error because there is no capture with index 1 in the
pattern. But in fact it treats %1 as %0 in this situation. The ustring
library should match this behavior.

This patch also adds some tests for the behavior of gsub with table and
function replacements when the pattern does have captures.

Bug: T207623
Change-Id: Ie3e6c2eafa4a05989815c62c7037167642581751
2018-11-01 03:59:35 +00:00
..
parser Update extensions to take advantage of parser test autodiscovery 2018-04-13 15:07:17 +00:00
phan Add phan configuration 2018-05-14 18:41:59 -07:00
phpunit/engines ustring: Match undocumented string.gsub behavior 2018-11-01 03:59:35 +00:00