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-05-24 22:43:55 -04:00
parent 6eec99a713
commit 51e6188c1e
1577 changed files with 11555 additions and 10080 deletions

View File

@@ -34,7 +34,7 @@ class Js_wtr_fxt {
wtr.Quote_char_(Byte_ascii.Apos);
}
public void Test_write_val_html(String raw, String expd) {
wtr.Add_str_quote_html(Bry_.new_utf8_(raw));
wtr.Add_str_quote_html(Bry_.new_u8(raw));
Tfds.Eq(expd, wtr.Xto_str_and_clear());
}
}