1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00

v4.5.15.1709

This commit is contained in:
gnosygnu
2017-09-17 22:43:39 -04:00
parent 14738d962c
commit 80f1d4b9d7
95 changed files with 4478 additions and 1938 deletions

View File

@@ -203,16 +203,13 @@
</tr>
<tr>
<td>
expandTemplate; PHP bool
expandTemplate; PHP bool; true -&gt; 1 false -&gt; ""
</td>
<td>
{{#invoke:Diagnostics/LuaCommon|expandTemplate_bool}}
</td>
<td>
bool_true is '1'; bool_false is 'missing';
<p>
<br>
</p>
bool_true is "1"; bool_false is "";
</td>
<td>
<span style='color: green;'>pass</span>
@@ -358,13 +355,27 @@
<span style='color: green;'>pass</span>
</td>
</tr>
<tr>
<td>
preprocess calling Module functions should not call them twice; fails if onceonce
</td>
<td>
{{#invoke:Diagnostics/LuaCommon|preprocess_nested_main}}
</td>
<td>
once
</td>
<td>
<span style='color: green;'>pass</span>
</td>
</tr>
</table>
<h2>
<span class="mw-headline" id="Ustring_Library">Ustring Library</span>
</h2>
<ul>
<li>
Calls code in <a href="http://xowa.org/home/wiki/Module:Diagnostics/UstringLibrary.html" id="xolnki_6" title="Module:Diagnostics/UstringLibrary" class="xowa-visited">Module:Diagnostics/UstringLibrary</a>
Calls code in <a href="http://xowa.org/home/wiki/Module:Diagnostics/UstringLibrary.html" id="xolnki_6" title="Module:Diagnostics/UstringLibrary">Module:Diagnostics/UstringLibrary</a>
</li>
<li>
Tests compatibility for <b>UstringLibrary.php</b> and <b>mw.ustring.lua</b>
@@ -964,7 +975,7 @@
</h2>
<ul>
<li>
Calls code in <a href="http://xowa.org/home/wiki/Module:Diagnostics/TitleLibrary.html" id="xolnki_10" title="Module:Diagnostics/TitleLibrary" class="xowa-visited">Module:Diagnostics/TitleLibrary</a>
Calls code in <a href="http://xowa.org/home/wiki/Module:Diagnostics/TitleLibrary.html" id="xolnki_10" title="Module:Diagnostics/TitleLibrary">Module:Diagnostics/TitleLibrary</a>
</li>
<li>
Tests compatibility for <b>TitleLibrary.php</b> and <b>mw.title.lua</b>
@@ -1374,13 +1385,13 @@
Applies to the Luaj engine (as opposed to the Lua engine)
</li>
<li>
Calls code in <a href="http://xowa.org/home/wiki/Module:Diagnostics/Luaj.html" id="xolnki_15" title="Module:Diagnostics/Luaj" class="xowa-visited">Module:Diagnostics/Luaj</a>
Calls code in <a href="http://xowa.org/home/wiki/Module:Diagnostics/Luaj.html" id="xolnki_15" title="Module:Diagnostics/Luaj">Module:Diagnostics/Luaj</a>
</li>
<li>
Tests changes to the luaj_xowa.jar
</li>
<li>
Further notes available at <a href="http://xowa.org/home/wiki/App/Xtn/Mediawiki/Scribunto/Luaj.html" id="xolnki_16" title="App/Xtn/Mediawiki/Scribunto/Luaj" class="xowa-visited">App/Xtn/Mediawiki/Scribunto/Luaj</a>
Further notes available at <a href="http://xowa.org/home/wiki/App/Xtn/Mediawiki/Scribunto/Luaj.html" id="xolnki_16" title="App/Xtn/Mediawiki/Scribunto/Luaj">App/Xtn/Mediawiki/Scribunto/Luaj</a>
</li>
</ul>
<h3>
@@ -2063,6 +2074,19 @@
<span style='color: green;'>pass</span>
</td>
</tr>
<tr>
<td>
zero-length regex fails
</td>
<td>
{{#invoke:Diagnostics/Luaj|lua_match|text|}}
</td>
<td>
</td>
<td>
<span style='color: green;'>pass</span>
</td>
</tr>
</table>
<h2>
<span class="mw-headline" id="ParserFunctions">ParserFunctions</span>

View File

@@ -140,16 +140,13 @@
</tr>
<tr>
<td>
expandTemplate; PHP bool
expandTemplate; PHP bool; true -&gt; 1 false -&gt; ""
</td>
<td>
{{#invoke:Diagnostics/LuaCommon|expandTemplate_bool}}
</td>
<td>
bool_true is '1'; bool_false is 'missing';
<p>
<br>
</p>
bool_true is "1"; bool_false is "";
</td>
<td>
<span style='color: green;'>pass</span>
@@ -295,6 +292,20 @@
<span style='color: green;'>pass</span>
</td>
</tr>
<tr>
<td>
preprocess calling Module functions should not call them twice; fails if onceonce
</td>
<td>
{{#invoke:Diagnostics/LuaCommon|preprocess_nested_main}}
</td>
<td>
once
</td>
<td>
<span style='color: green;'>pass</span>
</td>
</tr>
</table>
</div>

View File

@@ -25,13 +25,13 @@
Applies to the Luaj engine (as opposed to the Lua engine)
</li>
<li>
Calls code in <a href="http://xowa.org/home/wiki/Module:Diagnostics/Luaj.html" id="xolnki_2" title="Module:Diagnostics/Luaj" class="xowa-visited">Module:Diagnostics/Luaj</a>
Calls code in <a href="http://xowa.org/home/wiki/Module:Diagnostics/Luaj.html" id="xolnki_2" title="Module:Diagnostics/Luaj">Module:Diagnostics/Luaj</a>
</li>
<li>
Tests changes to the luaj_xowa.jar
</li>
<li>
Further notes available at <a href="http://xowa.org/home/wiki/App/Xtn/Mediawiki/Scribunto/Luaj.html" id="xolnki_3" title="App/Xtn/Mediawiki/Scribunto/Luaj" class="xowa-visited">App/Xtn/Mediawiki/Scribunto/Luaj</a>
Further notes available at <a href="http://xowa.org/home/wiki/App/Xtn/Mediawiki/Scribunto/Luaj.html" id="xolnki_3" title="App/Xtn/Mediawiki/Scribunto/Luaj">App/Xtn/Mediawiki/Scribunto/Luaj</a>
</li>
</ul>
<h3>
@@ -714,6 +714,19 @@
<span style='color: green;'>pass</span>
</td>
</tr>
<tr>
<td>
zero-length regex fails
</td>
<td>
{{#invoke:Diagnostics/Luaj|lua_match|text|}}
</td>
<td>
</td>
<td>
<span style='color: green;'>pass</span>
</td>
</tr>
</table>
</div>

View File

@@ -22,7 +22,7 @@
</h2>
<ul>
<li>
Calls code in <a href="http://xowa.org/home/wiki/Module:Diagnostics/TitleLibrary.html" id="xolnki_2" title="Module:Diagnostics/TitleLibrary" class="xowa-visited">Module:Diagnostics/TitleLibrary</a>
Calls code in <a href="http://xowa.org/home/wiki/Module:Diagnostics/TitleLibrary.html" id="xolnki_2" title="Module:Diagnostics/TitleLibrary">Module:Diagnostics/TitleLibrary</a>
</li>
<li>
Tests compatibility for <b>TitleLibrary.php</b> and <b>mw.title.lua</b>

View File

@@ -22,7 +22,7 @@
</h2>
<ul>
<li>
Calls code in <a href="http://xowa.org/home/wiki/Module:Diagnostics/UstringLibrary.html" id="xolnki_2" title="Module:Diagnostics/UstringLibrary" class="xowa-visited">Module:Diagnostics/UstringLibrary</a>
Calls code in <a href="http://xowa.org/home/wiki/Module:Diagnostics/UstringLibrary.html" id="xolnki_2" title="Module:Diagnostics/UstringLibrary">Module:Diagnostics/UstringLibrary</a>
</li>
<li>
Tests compatibility for <b>UstringLibrary.php</b> and <b>mw.ustring.lua</b>