Skip to content

Commit

Permalink
improve test
Browse files Browse the repository at this point in the history
  • Loading branch information
haya14busa committed Oct 8, 2017
1 parent 92c7670 commit 6f4beec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/testdir/test_search.vim
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,8 @@ func Test_search_cmdline_inchlsearch()
call assert_equal('last pattern', @/)
call feedkeys("/3\<bs>\<bs>", 'tx')
call assert_equal('last pattern', @/)
call feedkeys("/third\<c-g>\<c-t>\<Esc>", 'tx')
call assert_equal('last pattern', @/)

" clean up
set noincsearch nohlsearch noinchlsearch
Expand Down

0 comments on commit 6f4beec

Please sign in to comment.