mediawiki-extensions-Scribunto/includes
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
..
common Update mediawiki http to https in Scribunto extension 2018-10-29 14:33:03 +01:00
engines ustring: Match undocumented string.gsub behavior 2018-11-01 03:59:35 +00:00