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

v4.5.19.1801

This commit is contained in:
gnosygnu
2018-01-06 00:21:21 -05:00
parent 80f1d4b9d7
commit b006bff497
81 changed files with 3552 additions and 3484 deletions

View File

@@ -1385,7 +1385,7 @@
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">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" class="xowa-visited">Module:Diagnostics/Luaj</a>
</li>
<li>
Tests changes to the luaj_xowa.jar
@@ -1502,6 +1502,19 @@
<span style='color: green;'>pass</span>
</td>
</tr>
<tr>
<td>
tonumber('-') should be nil not 0
</td>
<td>
{{#invoke:Diagnostics/Luaj|tonumber_lone|-}}
</td>
<td>
</td>
<td>
<span style='color: green;'>pass</span>
</td>
</tr>
<tr>
<td>
math.log10 deprecated; now calls Math.log10; fails with ""

View File

@@ -25,7 +25,7 @@
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">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" class="xowa-visited">Module:Diagnostics/Luaj</a>
</li>
<li>
Tests changes to the luaj_xowa.jar
@@ -142,6 +142,19 @@
<span style='color: green;'>pass</span>
</td>
</tr>
<tr>
<td>
tonumber('-') should be nil not 0
</td>
<td>
{{#invoke:Diagnostics/Luaj|tonumber_lone|-}}
</td>
<td>
</td>
<td>
<span style='color: green;'>pass</span>
</td>
</tr>
<tr>
<td>
math.log10 deprecated; now calls Math.log10; fails with ""