summaryrefslogtreecommitdiff
path: root/src/testdir/test14.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/testdir/test14.in')
-rw-r--r--src/testdir/test14.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/testdir/test14.in b/src/testdir/test14.in
index b6f2f5760..ebcb58c9d 100644
--- a/src/testdir/test14.in
+++ b/src/testdir/test14.in
@@ -44,6 +44,9 @@ j:call search('^$', 'c')
:call append(line('$'), line('.') - startline)
:call search('^$', 'bc')
:call append(line('$'), line('.') - startline)
+/two
+:call search('.', 'c')
+:call append(line('$'), getline('.')[col('.') - 1:])
:/^search()/,$w >>test.out
:qa!
ENDTEST
@@ -79,4 +82,5 @@ Piece of Java
foobar
+one two
search()