Exemple #1
0
 public void Test_file(String url, String expd) {
   String actl = Io_mgr.I.LoadFilStr(url);
   Tfds.Eq_str_lines(expd, actl);
 }