/[webpac2]/trunk/t/2-input.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/2-input.t

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

revision 1306 by dpavlin, Sun Sep 20 21:38:15 2009 UTC revision 1307 by dpavlin, Mon Sep 21 16:42:25 2009 UTC
# Line 98  sub test_start_limit($$$$) { Line 98  sub test_start_limit($$$$) {
98          cmp_ok($input->size, '==', $e, "input->size = $e");          cmp_ok($input->size, '==', $e, "input->size = $e");
99  }  }
100    
101  test_start_limit($input, 1, 3, 3);  test_start_limit($input, 1, 0, $size - 1);
102  test_start_limit($input, $size, 3, 0);  test_start_limit($input, $size, 0, 0);
103  test_start_limit($input, 3, $size, $size - 3);  test_start_limit($input, 3, $size, $size - 3);
104  test_start_limit($input, 1, $size, $size - 1);  test_start_limit($input, 1, $size, $size - 1);
105    

Legend:
Removed from v.1306  
changed lines
  Added in v.1307

  ViewVC Help
Powered by ViewVC 1.1.26