commit | 0466d398a550623126fba3a2a08208a798b28bda | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 03 17:07:34 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 03 17:07:34 2022 +0100 |
tree | a9fe026432aea30f34a59cbf823641d6e07da7fc | |
parent | 406b5d89e18742ac6e6256ffc72fb70a27f0148b [diff] [blame] |
patch 9.0.0650: some tests are failing Problem: Some tests are failing. Solution: Adjust for "<<<" showing up.
diff --git a/src/testdir/test_listlbr.vim b/src/testdir/test_listlbr.vim index 24bd256..97d6ccd 100644 --- a/src/testdir/test_listlbr.vim +++ b/src/testdir/test_listlbr.vim
@@ -159,7 +159,7 @@ 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 ",