]> granicus.if.org Git - vim/commitdiff
patch 9.0.0650: some tests are failing v9.0.0650
authorBram Moolenaar <Bram@vim.org>
Mon, 3 Oct 2022 16:07:34 +0000 (17:07 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 3 Oct 2022 16:07:34 +0000 (17:07 +0100)
Problem:    Some tests are failing.
Solution:   Adjust for "<<<" showing up.

src/testdir/test_breakindent.vim
src/testdir/test_display.vim
src/testdir/test_listlbr.vim
src/testdir/test_listlbr_utf8.vim
src/testdir/test_number.vim
src/version.c

index f052fb7be94ccfb51307087820dbc884d9974ff1..5ac88a0550bcf3b08fa9f1c2814c99b864bc90d6 100644 (file)
@@ -83,7 +83,7 @@ func Test_breakindent02_vartabs()
   CheckFeature vartabs
   " simple breakindent test with showbreak set
   call s:test_windows('setl briopt=min:0 sbr=>> vts=4')
-  let lines = s:screen_lines(line('.'),8)
+  let lines = s:screen_lines(line('.'), 8)
   let expect = [
        \ "    abcd",
        \ "    >>qr",
@@ -96,7 +96,7 @@ endfunc
 func Test_breakindent03()
   " simple breakindent test with showbreak set and briopt including sbr
   call s:test_windows('setl briopt=sbr,min:0 sbr=++')
-  let lines = s:screen_lines(line('.'),8)
+  let lines = s:screen_lines(line('.'), 8)
   let expect = [
        \ "    abcd",
        \ "++  qrst",
@@ -111,7 +111,7 @@ func Test_breakindent03_vartabs()
   " simple breakindent test with showbreak set and briopt including sbr
   CheckFeature vartabs
   call s:test_windows('setl briopt=sbr,min:0 sbr=++ vts=4')
-  let lines = s:screen_lines(line('.'),8)
+  let lines = s:screen_lines(line('.'), 8)
   let expect = [
        \ "    abcd",
        \ "++  qrst",
@@ -126,7 +126,7 @@ func Test_breakindent04()
   " breakindent set with min width 18
   set sbr=<<<
   call s:test_windows('setl sbr=NONE briopt=min:18')
-  let lines = s:screen_lines(line('.'),8)
+  let lines = s:screen_lines(line('.'), 8)
   let expect = [
        \ "    abcd",
        \ "  qrstuv",
@@ -142,7 +142,7 @@ func Test_breakindent04_vartabs()
   " breakindent set with min width 18
   CheckFeature vartabs
   call s:test_windows('setl sbr= briopt=min:18 vts=4')
-  let lines = s:screen_lines(line('.'),8)
+  let lines = s:screen_lines(line('.'), 8)
   let expect = [
        \ "    abcd",
        \ "  qrstuv",
@@ -549,7 +549,7 @@ func Test_breakindent16()
   redraw!
   let lines = s:screen_lines(1,10)
   let expect = [
-       \ "    789012",
+       \ "<<< 789012",
        \ "    345678",
        \ "    901234",
        \ ]
@@ -575,7 +575,7 @@ func Test_breakindent16_vartabs()
   redraw!
   let lines = s:screen_lines(1,10)
   let expect = [
-       \ "    789012",
+       \ "<<< 789012",
        \ "    345678",
        \ "    901234",
        \ ]
@@ -660,7 +660,7 @@ func Test_breakindent19_sbr_nextpage()
   norm! 5gj
   let lines = s:screen_lines(1, 20)
   let expect = [
-       \ ">aaaaaaaaaaaaaaaaaaa",
+       \ "<<<aaaaaaaaaaaaaaaaa",
        \ ">aaaaaaaaaaaaaaaaaaa",
        \ ">aaaaaaaaaaaaaaaaaaa",
        \ ]
@@ -687,7 +687,7 @@ func Test_breakindent20_cpo_n_nextpage()
   redraw!
   let lines = s:screen_lines(1, 20)
   let expect = [
-       \ "--1 aaaaaaaaaaaaaaaa",
+       \ "<<< aaaaaaaaaaaaaaaa",
        \ "    aaaaaaaaaaaaaaaa",
        \ "    aaaaaaaaaaaaaaaa",
        \ ]
@@ -706,7 +706,7 @@ func Test_breakindent20_cpo_n_nextpage()
   norm! 5gj
   let lines = s:screen_lines(1, 20)
   let expect = [
-       \ "--1   aaaaaaaaaaaaaa",
+       \ "<<<   aaaaaaaaaaaaaa",
        \ "      aaaaaaaaaaaaaa",
        \ "      aaaaaaaaaaaaaa",
        \ ]
index af18b7ee92575d8cd3c3be9af745889a606f2e59..7237ed8a2f262ddd6d02c2ae647c2790de44d3f5 100644 (file)
@@ -143,7 +143,7 @@ func Test_display_listchars_precedes()
 
   let lines = ScreenLines([1,10], winwidth(0)+1)
   let expect = [
-        \ "<aaa aaa a|",
+        \ "<<<a aaa a|",
         \ "a aaa aaa |",
         \ "aa aaa aaa|",
         \ " aa aaa aa|",
index 24bd25679a654e58357afebacba6f4fcbbe3c99d..97d6ccdb95836efba6dc599a2ac1fb09f9db823c 100644 (file)
@@ -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       ",
index 0d77dbfd33d2d5ef0396a7670f6f4a8b26152684..83d6ed0c7ff222f1d8e695e38b326ebc7621b495 100644 (file)
@@ -167,7 +167,7 @@ func Test_visual_block_and_selection_exclusive()
   exe "norm! $3B\<C-v>eAx\<Esc>"
   let lines = s:screen_lines([1, 10], winwidth(0))
   let expect = [
-\ "+foobar foobar      ",
+\ "<<<obar foobar      ",
 \ "+foobar foobar      ",
 \ "+foobar foobar      ",
 \ "+foobar foobar      ",
@@ -266,7 +266,7 @@ func Test_chinese_char_on_wrap_column()
   norm! $
   redraw!
   let expect=[
-\ '中aaaaaaaaaaaaaaaaa>',
+\ '<<<aaaaaaaaaaaaaaaa>',
 \ '中aaaaaaaaaaaaaaaaa>',
 \ '中aaaaaaaaaaaaaaaaa>',
 \ '中aaaaaaaaaaaaaaaaa>',
index e85457685510bf2c2ff5f20a302111905278d637..81f8f73013dd7c9132d14c0df630d8848cc75768 100644 (file)
@@ -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",
 \ ]
index 24ca413c8927a7c08417e4f1c9d1cf0c15fddd45..000c1e3d478ca9cccbd654fefb46afe7f17456ab 100644 (file)
@@ -699,6 +699,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    650,
 /**/
     649,
 /**/