mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
v2.6.5.1
This commit is contained in:
@@ -30,7 +30,7 @@ public class Xop_curly_bgn_lxr implements Xop_lxr {
|
||||
rv.Add(Byte_ascii.Colon, Bry_.Empty);
|
||||
rv.Add(Byte_ascii.Semic, Bry_.Empty);
|
||||
rv.Add(Byte_ascii.Hash, Bry_.Empty);
|
||||
rv.Add(Byte_ascii.Asterisk, Bry_.Empty);
|
||||
rv.Add(Byte_ascii.Star, Bry_.Empty);
|
||||
return rv;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -42,7 +42,7 @@ class Xot_defn_trace_fxt {
|
||||
Xop_root_tkn root = ctx.Tkn_mkr().Root(src);
|
||||
fxt.Parser().Parse_page_all_clear(root, ctx, ctx.Tkn_mkr(), src);
|
||||
ctx.Defn_trace().Print(src, tmp);
|
||||
String[] actl_ary = String_.Split(tmp.Xto_str_and_clear(), (char)Byte_ascii.NewLine);
|
||||
String[] actl_ary = String_.Split(tmp.Xto_str_and_clear(), (char)Byte_ascii.Nl);
|
||||
Tfds.Eq_ary(expd_ary, actl_ary);
|
||||
} private Bry_bfr tmp = Bry_bfr.new_();
|
||||
String[] XtoStr(Xot_defn_trace_itm_brief[] ary) {
|
||||
|
||||
Reference in New Issue
Block a user