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_number.vim b/src/testdir/test_number.vim index e854576..81f8f73 100644 --- a/src/testdir/test_number.vim +++ b/src/testdir/test_number.vim
@@ -138,7 +138,7 @@ call s:validate_cursor() let lines = s:screen_lines(1, 3) let expect = [ -\ "--1 aaaa", +\ "<<< aaaa", \ " aaaa", \ " aaaa", \ ]