diff src/testdir/test_listlbr.vim @ 30630:218363931f5d v9.0.0650

patch 9.0.0650: some tests are failing Commit: https://github.com/vim/vim/commit/0466d398a550623126fba3a2a08208a798b28bda Author: Bram Moolenaar <Bram@vim.org> Date: Mon Oct 3 17:07:34 2022 +0100 patch 9.0.0650: some tests are failing Problem: Some tests are failing. Solution: Adjust for "<<<" showing up.
author Bram Moolenaar <Bram@vim.org>
date Mon, 03 Oct 2022 18:15:04 +0200
parents 44be09b25619
children 1cbb01bc75c3
line wrap: on
line diff
--- a/src/testdir/test_listlbr.vim
+++ b/src/testdir/test_listlbr.vim
@@ -159,7 +159,7 @@ func Test_virtual_block_and_vbA()
   exe "norm! $3B\<C-v>eAx\<Esc>"
   let lines = s:screen_lines([1, 10], winwidth(0))
   let expect = [
-\ "foobar foobar       ",
+\ "<<<bar foobar       ",
 \ "foobar foobar       ",
 \ "foobar foobar       ",
 \ "foobar foobar       ",