mirror of
https://github.com/vim/vim.git
synced 2025-07-04 23:07:33 -04:00
Add test files for patch 7.4.680.
This commit is contained in:
parent
71371b1579
commit
dbcf19dc49
19
src/testdir/test_erasebackword.in
Normal file
19
src/testdir/test_erasebackword.in
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
Test for erasing backword
|
||||||
|
|
||||||
|
STARTTEST
|
||||||
|
:so small.vim
|
||||||
|
:so mbyte.vim
|
||||||
|
:set encoding=utf-8
|
||||||
|
G
|
||||||
|
o wwwこんにちわ世界ワールドvim
|
||||||
|
o wwwこんにちわ世界ワールドvim
|
||||||
|
o wwwこんにちわ世界ワールドvim
|
||||||
|
o wwwこんにちわ世界ワールドvim
|
||||||
|
o wwwこんにちわ世界ワールドvim
|
||||||
|
o wwwこんにちわ世界ワールドvim
|
||||||
|
:/^test/,$w! test.out
|
||||||
|
:qa!
|
||||||
|
ENDTEST
|
||||||
|
|
||||||
|
test starts here:
|
||||||
|
|
8
src/testdir/test_erasebackword.ok
Normal file
8
src/testdir/test_erasebackword.ok
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
test starts here:
|
||||||
|
|
||||||
|
wwwこんにちわ世界ワールド
|
||||||
|
wwwこんにちわ世界
|
||||||
|
wwwこんにちわ
|
||||||
|
www
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user