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

@@ -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>