# HG changeset patch # User Bram Moolenaar # Date 1427216265 -3600 # Node ID f202e335d4912560223dcbca085aa146c26f3a69 # Parent f9e3d6dcccff3927c1d07753f9da343c4011a028 Add test files for patch 7.4.680. diff --git a/src/testdir/test_erasebackword.in b/src/testdir/test_erasebackword.in new file mode 100644 --- /dev/null +++ b/src/testdir/test_erasebackword.in @@ -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: + diff --git a/src/testdir/test_erasebackword.ok b/src/testdir/test_erasebackword.ok new file mode 100644 --- /dev/null +++ b/src/testdir/test_erasebackword.ok @@ -0,0 +1,8 @@ +test starts here: + + wwwこんにちわ世界ワールド + wwwこんにちわ世界 + wwwこんにちわ + www + +