mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-05 18:25:57 +00:00
add test_data
This commit is contained in:
parent
f369e9a48b
commit
5b9f15e075
1 changed files with 10 additions and 0 deletions
10
crates/vim/test_data/test_delete_to_adjacent_character.json
Normal file
10
crates/vim/test_data/test_delete_to_adjacent_character.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{"Put":{"state":"ˇax"}}
|
||||
{"Key":"d"}
|
||||
{"Key":"t"}
|
||||
{"Key":"x"}
|
||||
{"Get":{"state":"ˇx","mode":"Normal"}}
|
||||
{"Put":{"state":"aˇx"}}
|
||||
{"Key":"d"}
|
||||
{"Key":"t"}
|
||||
{"Key":"x"}
|
||||
{"Get":{"state":"aˇx","mode":"Normal"}}
|
Loading…
Reference in a new issue