1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00
This commit is contained in:
gnosygnu
2015-08-17 02:09:16 -04:00
parent 34c34f227c
commit df10db140c
421 changed files with 4867 additions and 2429 deletions

View File

@@ -33,7 +33,7 @@ public class Xop_amp_mgr_decode_tst {
@Test public void Hex_zero_padded() {fxt.Test_decode_as_bry("Σ" , "Σ");}
@Test public void Hex_upper_x() {fxt.Test_decode_as_bry("Σ" , "Σ");}
@Test public void Num_fail_large_codepoint() {fxt.Test_decode_as_bry("�" , "�");}
@Test public void Num_ignore_extra_x() {fxt.Test_decode_as_bry("&#xx26D0;" , Char_.XtoStr(Char_.XbyInt(9936)));} // 2nd x is ignored
@Test public void Num_ignore_extra_x() {fxt.Test_decode_as_bry("&#xx26D0;" , Char_.To_str(Char_.XbyInt(9936)));} // 2nd x is ignored
}
class Xop_amp_mgr_fxt {
private Xop_amp_mgr amp_mgr = Xop_amp_mgr.I;