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

update french wiki

This commit is contained in:
gnosygnu
2016-10-20 10:59:39 -04:00
parent 0c6b2b7d15
commit cc6d6c1a48
20 changed files with 471 additions and 202 deletions

View File

@@ -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
@@ -1870,6 +1870,20 @@
<span style='color: green;'>pass</span>
</td>
</tr>
<tr>
<td>
table.concat fails if 1st argument is nil; fails with "bad argument: string expected, got nil"
</td>
<td>
{{#invoke:Diagnostics/Luaj|table_remove_nil_arg_at_pos_1}}
</td>
<td>
ab
</td>
<td>
<span style='color: green;'>pass</span>
</td>
</tr>
<tr>
<td>
os_date does not accept utc argument; fails with ""<br>