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

Parser: Fix broken tables on a few dozen en.w pages

This commit is contained in:
gnosygnu
2017-01-26 19:14:27 -05:00
parent ccd8b204c5
commit 7bd176f51f
3 changed files with 23 additions and 6 deletions

View File

@@ -373,7 +373,9 @@ public class Xop_fxt {
Tfds.Eq_str_lines(gplx.langs.htmls.Gfh_utl.Replace_apos(expd), actl, raw);
}
public void Test_str_full(String raw, String expd, String actl) {Tfds.Eq_str_lines(expd, actl, raw);}
public void Test_str_full(String raw, String expd, String actl) {
Tfds.Eq_str_lines(expd, actl, raw);
}
public void Test_str_part_y(String actl, String... expd_parts) {
int expd_parts_len = expd_parts.length;
for (int i = 0; i < expd_parts_len; i++) {