diff options
| author | Teddy Wing | 2021-08-19 21:47:51 +0200 |
|---|---|---|
| committer | Teddy Wing | 2021-08-19 21:47:51 +0200 |
| commit | f676809de186ffd7bda7492f912c607a3aaa0c86 (patch) | |
| tree | c1a3a8101348550dce4b27e7bf03b324d51f90ee | |
| parent | aff27d201c023747cc2b99f853ecb82e4f5b609b (diff) | |
| download | readline-incdec-f676809de186ffd7bda7492f912c607a3aaa0c86.tar.bz2 | |
100-increment-decrement: Fix test name
| -rw-r--r-- | t/100-increment-decrement.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/100-increment-decrement.t b/t/100-increment-decrement.t index dd0df5c..73cfdab 100644 --- a/t/100-increment-decrement.t +++ b/t/100-increment-decrement.t @@ -58,7 +58,7 @@ is( is( incdec::incdec('test 12 19 555 64', 17, 1), 'test 12 19 555 65', - 'increments the fourth double-digit integer with point at position 16 backward' + 'increments the fourth double-digit integer with point at position 17 backward' ); is( |
