/[jsFind]/trunk/t/05entities.t
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/t/05entities.t

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 34 by dpavlin, Thu Oct 7 16:21:54 2004 UTC revision 35 by dpavlin, Sun Oct 24 11:13:22 2004 UTC
# Line 41  while(<T>) { Line 41  while(<T>) {
41    
42  cmp_ok($tree_size, '==', $i, "insert $tree_size/$i");  cmp_ok($tree_size, '==', $i, "insert $tree_size/$i");
43    
44  ok($t->to_jsfind('./html/entities','ISO-8859-2'), "save to index");  ok($t->to_jsfind(
45            dir => './html/entities',
46            data_codepage => 'ISO-8859-2'
47    ), "save to index");
48    
49  ok($t->to_jsfind('./html/entities-utf8','ISO-8859-2','UTF-8'), "save to utf-8 index");  ok($t->to_jsfind(
50            dir => './html/entities-utf8',
51            data_codepage => 'ISO-8859-2',
52            index_codepage => 'UTF-8'
53    ), "save to utf-8 index");
54    
55  #ok_fail(  #ok_fail(
56    

Legend:
Removed from v.34  
changed lines
  Added in v.35

  ViewVC Help
Powered by ViewVC 1.1.26