mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-24 07:53:41 +03:00
Add the missing repeat-select test cases
This commit is contained in:
parent
41a497d4fc
commit
19f65f4c6e
1
test/unit/repeat-select/repeat-end-paragraph/cmd
Normal file
1
test/unit/repeat-select/repeat-end-paragraph/cmd
Normal file
@ -0,0 +1 @@
|
||||
]p<a-.>
|
6
test/unit/repeat-select/repeat-end-paragraph/in
Normal file
6
test/unit/repeat-select/repeat-end-paragraph/in
Normal file
@ -0,0 +1,6 @@
|
||||
this is
|
||||
the first
|
||||
paragraph
|
||||
|
||||
this is the
|
||||
second one
|
1
test/unit/repeat-select/repeat-end-paragraph/state
Normal file
1
test/unit/repeat-select/repeat-end-paragraph/state
Normal file
@ -0,0 +1 @@
|
||||
5.1,6.11
|
1
test/unit/repeat-select/repeat-find-char/cmd
Normal file
1
test/unit/repeat-select/repeat-find-char/cmd
Normal file
@ -0,0 +1 @@
|
||||
fl<a-.>
|
2
test/unit/repeat-select/repeat-find-char/in
Normal file
2
test/unit/repeat-select/repeat-find-char/in
Normal file
@ -0,0 +1,2 @@
|
||||
this is the first line
|
||||
this is the second line
|
1
test/unit/repeat-select/repeat-find-char/state
Normal file
1
test/unit/repeat-select/repeat-find-char/state
Normal file
@ -0,0 +1 @@
|
||||
1.19,2.20
|
Loading…
Reference in New Issue
Block a user