mediawiki-extensions-Scribunto/tests/engines/LuaCommon
Brad Jorsch ccfcbfc17f Update unit tests for recent core changes
* I0ede3169 caused Language::fetchLanguageNames() to use 'en' rather than
  null when given an invalid language code. This didn't break Jenkins
  since, without cldr, it always uses null anyway.
* I4bead5f5 caused Language::listToText() to start encoding
  single-quotes in messages such as 'and'.

Bug: T85854
Change-Id: Ic2807be8dad3ef029652e4b0db05e4dd8a6631b9
2015-01-08 23:23:59 +00:00
..
CommonTest.php Use a metatable when os.date("*t") is called 2014-12-19 03:46:23 +00:00
CommonTests-data-fail1.lua Add mw.loadData, for static data loading 2013-02-21 23:03:53 +00:00
CommonTests-data-fail2.lua Add mw.loadData, for static data loading 2013-02-21 23:03:53 +00:00
CommonTests-data-fail3.lua Add mw.loadData, for static data loading 2013-02-21 23:03:53 +00:00
CommonTests-data-fail4.lua Add mw.loadData, for static data loading 2013-02-21 23:03:53 +00:00
CommonTests-data-fail5.lua Add mw.loadData, for static data loading 2013-02-21 23:03:53 +00:00
CommonTests-data.lua Add mw.loadData, for static data loading 2013-02-21 23:03:53 +00:00
CommonTests-lib.lua Allow for dynamically-loaded PHP libraries 2014-10-03 09:27:23 -04:00
CommonTests.lua Add mw.loadData, for static data loading 2013-02-21 23:03:53 +00:00
HtmlLibraryTest.php Fix visibility of setUp/tearDown 2014-11-12 12:28:58 +01:00
HtmlLibraryTests.lua Improve error messages in mw.html 2014-12-08 17:01:31 +00:00
LanguageLibraryTest.php Update unit tests for recent core changes 2015-01-08 23:23:59 +00:00
LanguageLibraryTests.lua Update unit tests for recent core changes 2015-01-08 23:23:59 +00:00
LibraryUtilTest.php Improve error messages in mw.html 2014-12-08 17:01:31 +00:00
LibraryUtilTests.lua Improve error messages in mw.html 2014-12-08 17:01:31 +00:00
LuaDataProvider.php Improve mw.getCurrentFrame handling 2014-07-07 13:11:20 -04:00
LuaEngineTestBase.php Add missing visibility keywords everywhere 2014-11-14 10:10:23 +01:00
LuaEnvironmentComparisonTest.php Add missing visibility keywords everywhere 2014-11-14 10:10:23 +01:00
LuaInterpreterTest.php Add missing visibility keywords everywhere 2014-11-14 10:10:23 +01:00
luaParserTests.txt Don't escape the delete character 2014-09-21 22:59:52 -04:00
MessageLibraryTest.php Add missing visibility keywords everywhere 2014-11-14 10:10:23 +01:00
MessageLibraryTests.lua Remove message formats other than plain 2014-02-03 15:29:39 -05:00
SiteLibraryTest.php Fix visibility of setUp/tearDown 2014-11-12 12:28:58 +01:00
SiteLibraryTests.lua Add mw.site.interwikiMap 2014-12-24 01:17:48 +09:00
TestFramework.lua Allow for skipping Lua tests 2014-07-01 10:48:36 -04:00
TextLibraryTest.php Merge "Add mw.text.unstripNoWiki, mw.text.killMarkers, fix mw.text.unstrip" 2014-12-01 21:42:17 +00:00
TextLibraryTests.lua Add mw.text.unstripNoWiki, mw.text.killMarkers, fix mw.text.unstrip 2014-11-05 12:32:35 -05:00
TitleLibraryTest.php Avoid unnecessary database queries 2014-12-11 13:34:06 -05:00
TitleLibraryTests.lua Avoid unnecessary database queries 2014-12-11 13:34:06 -05:00
UriLibraryTest.php Fix visibility of setUp/tearDown 2014-11-12 12:28:58 +01:00
UriLibraryTests.lua Make pairs() work with various library objects 2013-04-02 17:23:42 +00:00
UstringLibraryNormalizationTests.lua Lua ustring implementation 2013-02-12 14:26:29 -05:00
UstringLibraryPureLuaTest.php Fix visibility of setUp/tearDown 2014-11-12 12:28:58 +01:00
UstringLibraryTest.php Add missing visibility keywords everywhere 2014-11-14 10:10:23 +01:00
UstringLibraryTests.lua Fix deceptively-simple pattern in pure-Lua ustring 2014-08-10 01:18:18 +00:00