File: increment.test

package info (click to toggle)
haskell-yi-keymap-vim 0.19.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,512 kB
  • sloc: haskell: 6,068; makefile: 6
file content (14 lines) | stat: -rw-r--r-- 281 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
-- Input
(1,1)
Test increasing 0 to 11
Test increasing -11 to 11
Test increasing -101 to -99
Test increasing 99 to 101
-- Output
(4,19)
Test increasing 11 to 11
Test increasing 11 to 11
Test increasing -99 to -99
Test increasing 101 to 101
-- Events
11<C-a>j22<C-a>j2<C-a>jh2<C-a>