mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
fix instructions for command-line build
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
</h2>
|
||||
<ul>
|
||||
<li>
|
||||
Calls code in <a href="http://xowa.org/home/wiki/Module:Diagnostics/Basic.html" id="xolnki_2" title="Module:Diagnostics/Basic">Module:Diagnostics/Basic</a>
|
||||
Calls code in <a href="http://xowa.org/home/wiki/Module:Diagnostics/Basic.html" id="xolnki_2" title="Module:Diagnostics/Basic" class="xowa-visited">Module:Diagnostics/Basic</a>
|
||||
</li>
|
||||
<li>
|
||||
Tests basic Scribunto functionality
|
||||
@@ -1374,7 +1374,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
|
||||
@@ -2035,6 +2035,20 @@
|
||||
<span style='color: green;'>pass</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
table.unpack does not handle nil args; fails with error
|
||||
</td>
|
||||
<td>
|
||||
{{#invoke:Diagnostics/Luaj|table_unpack_nil}}
|
||||
</td>
|
||||
<td>
|
||||
a,b,c,d
|
||||
</td>
|
||||
<td>
|
||||
<span style='color: green;'>pass</span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2>
|
||||
<span class="mw-headline" id="TitleBlacklist">TitleBlacklist</span>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
</h2>
|
||||
<ul>
|
||||
<li>
|
||||
Calls code in <a href="http://xowa.org/home/wiki/Module:Diagnostics/Basic.html" id="xolnki_2" title="Module:Diagnostics/Basic">Module:Diagnostics/Basic</a>
|
||||
Calls code in <a href="http://xowa.org/home/wiki/Module:Diagnostics/Basic.html" id="xolnki_2" title="Module:Diagnostics/Basic" class="xowa-visited">Module:Diagnostics/Basic</a>
|
||||
</li>
|
||||
<li>
|
||||
Tests basic Scribunto functionality
|
||||
|
||||
@@ -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
|
||||
@@ -686,6 +686,20 @@
|
||||
<span style='color: green;'>pass</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
table.unpack does not handle nil args; fails with error
|
||||
</td>
|
||||
<td>
|
||||
{{#invoke:Diagnostics/Luaj|table_unpack_nil}}
|
||||
</td>
|
||||
<td>
|
||||
a,b,c,d
|
||||
</td>
|
||||
<td>
|
||||
<span style='color: green;'>pass</span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user