diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-10-03 17:07:34 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-10-03 17:07:34 +0100 |
commit | 0466d398a550623126fba3a2a08208a798b28bda (patch) | |
tree | a9fe026432aea30f34a59cbf823641d6e07da7fc /src/testdir/test_number.vim | |
parent | 406b5d89e18742ac6e6256ffc72fb70a27f0148b (diff) | |
download | vim-git-0466d398a550623126fba3a2a08208a798b28bda.tar.gz |
patch 9.0.0650: some tests are failingv9.0.0650
Problem: Some tests are failing.
Solution: Adjust for "<<<" showing up.
Diffstat (limited to 'src/testdir/test_number.vim')
-rw-r--r-- | src/testdir/test_number.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/test_number.vim b/src/testdir/test_number.vim index e85457685..81f8f7301 100644 --- a/src/testdir/test_number.vim +++ b/src/testdir/test_number.vim @@ -138,7 +138,7 @@ func Test_number_with_linewrap1() call s:validate_cursor() let lines = s:screen_lines(1, 3) let expect = [ -\ "--1 aaaa", +\ "<<< aaaa", \ " aaaa", \ " aaaa", \ ] |