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

fix command-line dumps

This commit is contained in:
gnosygnu
2018-12-21 07:10:00 -05:00
parent d17a61e573
commit f67aea662a
78 changed files with 19039 additions and 20032 deletions

View File

@@ -2100,6 +2100,40 @@
<span style='color: green;'>pass</span>
</td>
</tr>
<tr>
<td>
utf-8 char fails
</td>
<td>
{{#invoke:Diagnostics/Luaj|var|â|}}
</td>
<td>
â
</td>
<td>
<span style='color: green;'>pass</span>
</td>
</tr>
<tr>
<td>
gsub fails with bracketed utf-8
</td>
<td>
{{#invoke:Diagnostics/Luaj|string_gsub_w_multibyte_pattern}}
</td>
<td>
a-z
</td>
<td>
<span style='color: red;'>fail:<br>
'a-z</span>
<pre>
<span style='color: red;'>'<br>
'a-146z
'</span>
</pre>
</td>
</tr>
</table>
<h2>
<span class="mw-headline" id="ParserFunctions">ParserFunctions</span>

View File

@@ -740,6 +740,40 @@
<span style='color: green;'>pass</span>
</td>
</tr>
<tr>
<td>
utf-8 char fails
</td>
<td>
{{#invoke:Diagnostics/Luaj|var|â|}}
</td>
<td>
â
</td>
<td>
<span style='color: green;'>pass</span>
</td>
</tr>
<tr>
<td>
gsub fails with bracketed utf-8
</td>
<td>
{{#invoke:Diagnostics/Luaj|string_gsub_w_multibyte_pattern}}
</td>
<td>
a-z
</td>
<td>
<span style='color: red;'>fail:<br>
'a-z</span>
<pre>
<span style='color: red;'>'<br>
'a-146z
'</span>
</pre>
</td>
</tr>
</table>
</div>