--- trunk/t/2-input.t 2009/09/21 15:48:52 1306 +++ trunk/t/2-input.t 2009/09/21 16:42:25 1307 @@ -98,8 +98,8 @@ cmp_ok($input->size, '==', $e, "input->size = $e"); } -test_start_limit($input, 1, 3, 3); -test_start_limit($input, $size, 3, 0); +test_start_limit($input, 1, 0, $size - 1); +test_start_limit($input, $size, 0, 0); test_start_limit($input, 3, $size, $size - 3); test_start_limit($input, 1, $size, $size - 1);