File: hex_decrease.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 (16 lines) | stat: -rw-r--r-- 351 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
-- Input
(1,1)
Test decreasing 0x1 to 0x0
Test decreasing 0xa to 0x9
Test decreasing 0x10 to 0xf
Test decreasing 0x20 to 0x1f
Test decreasing 0x100 to 0xff
-- Output
(5,20)
Test decreasing 0x0 to 0x0
Test decreasing 0x9 to 0x9
Test decreasing 0xf to 0xf
Test decreasing 0x1f to 0x1f
Test decreasing 0xff to 0xff
-- Events
<C-x>j<C-x>j<C-x>j<C-x>j<C-x>