changeset 6716:f202e335d491

Add test files for patch 7.4.680.
author Bram Moolenaar <bram@vim.org>
date Tue, 24 Mar 2015 17:57:45 +0100
parents f9e3d6dcccff
children f242cf1f9897
files src/testdir/test_erasebackword.in src/testdir/test_erasebackword.ok
diffstat 2 files changed, 27 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
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:
+
new file mode 100644
--- /dev/null
+++ b/src/testdir/test_erasebackword.ok
@@ -0,0 +1,8 @@
+test starts here:
+
+ wwwこんにちわ世界ワールド
+ wwwこんにちわ世界
+ wwwこんにちわ
+ www
+ 
+