mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-22 19:11:40 +03:00
Add a $ command unit test
This commit is contained in:
parent
6b3201f0f1
commit
0ae628fde7
1
test/unit/keep-cmd/cmd
Normal file
1
test/unit/keep-cmd/cmd
Normal file
@ -0,0 +1 @@
|
||||
%<a-s>H$grep "foo\|bar"<ret>
|
3
test/unit/keep-cmd/in
Normal file
3
test/unit/keep-cmd/in
Normal file
@ -0,0 +1,3 @@
|
||||
foo
|
||||
rha
|
||||
bar
|
1
test/unit/keep-cmd/selections
Normal file
1
test/unit/keep-cmd/selections
Normal file
@ -0,0 +1 @@
|
||||
foo:bar
|
Loading…
Reference in New Issue
Block a user