diff options
Diffstat (limited to 't')
| -rw-r--r-- | t/100-increment-decrement.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/100-increment-decrement.t b/t/100-increment-decrement.t index 4b7d1a7..181293b 100644 --- a/t/100-increment-decrement.t +++ b/t/100-increment-decrement.t @@ -213,7 +213,7 @@ is_deeply( ); @want = incdec::incdec("sed -n '39,54p' Alice\'s\ Adventures\ in\ Wonderland.txt ", 1, 3, 1); -@got = ("sed -n '40,54p' Alice\'s\ Adventures\ in\ Wonderland.txt ", 0); +@got = ("sed -n '40,54p' Alice\'s\ Adventures\ in\ Wonderland.txt ", 8); is_deeply( \@want, \@got, @@ -236,7 +236,7 @@ is_deeply( 'decrements the first integer with point at position 10 backward' ); -@want = incdec::incdec("sed -n '39,54p' Alice\'s\ Adventures\ in\ Wonderland.txt ", 1, 3, 0); +@want = incdec::incdec("sed -n '39,54p' Alice\'s\ Adventures\ in\ Wonderland.txt ", 1, 3, 8); @got = ("sed -n '40,54p' Alice\'s\ Adventures\ in\ Wonderland.txt ", 8); is_deeply( \@want, |
