mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-23 23:34:12 +03:00
Add unit tests for <a-x> and <a-X>
This commit is contained in:
parent
94ec1cdde7
commit
4d39657b9a
1
test/unit/extend-lines/cmd
Normal file
1
test/unit/extend-lines/cmd
Normal file
@ -0,0 +1 @@
|
|||||||
|
<a-x>
|
3
test/unit/extend-lines/in
Normal file
3
test/unit/extend-lines/in
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
one %(line
|
||||||
|
two lines
|
||||||
|
three) lines
|
4
test/unit/extend-lines/selections
Normal file
4
test/unit/extend-lines/selections
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
one line
|
||||||
|
two lines
|
||||||
|
three lines
|
||||||
|
|
1
test/unit/trim-lines/cmd
Normal file
1
test/unit/trim-lines/cmd
Normal file
@ -0,0 +1 @@
|
|||||||
|
<a-X>
|
3
test/unit/trim-lines/in
Normal file
3
test/unit/trim-lines/in
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
one %(line
|
||||||
|
two lines
|
||||||
|
three) lines
|
2
test/unit/trim-lines/selections
Normal file
2
test/unit/trim-lines/selections
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
two lines
|
||||||
|
|
Loading…
Reference in New Issue
Block a user