patch 9.1.0328: CI fails with t_?? test

Commit: 
https://github.com/vim/vim/commit/0d87e3c711b46be67cf8f014cc0bca21431599c0
Author: Christian Brabandt <c...@256bit.org>
Date:   Sun Apr 14 23:14:50 2024 +0200

    patch 9.1.0328: CI fails with t_?? test
    
    Problem:  CI fails with t_?? test
    Solution: use assert_match instead of assert_equal
              and test only until t_xo, depending on system
              there may be several more termcap codes coming
    
    Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/src/testdir/test_cmdline.vim b/src/testdir/test_cmdline.vim
index c9ece8809..d4fb47b5c 100644
--- a/src/testdir/test_cmdline.vim
+++ b/src/testdir/test_cmdline.vim
@@ -3797,16 +3797,15 @@ func Test_term_option()
   set wildoptions&
   let _cpo = &cpo
   set cpo-=C
+  " There may be more, test only until t_xo
   let expected='"set t_AB t_AF t_AU t_AL t_al t_bc t_BE t_BD t_cd t_ce t_Ce 
t_CF t_cl t_cm'
         \ .. ' t_Co t_CS t_Cs t_cs t_CV t_da t_db t_DL t_dl t_ds t_Ds t_EC 
t_EI t_fs t_fd t_fe'
         \ .. ' t_GP t_IE t_IS t_ke t_ks t_le t_mb t_md t_me t_mr t_ms t_nd 
t_op t_RF t_RB t_RC'
         \ .. ' t_RI t_Ri t_RK t_RS t_RT t_RV t_Sb t_SC t_se t_Sf t_SH t_SI 
t_Si t_so t_SR t_sr'
         \ .. ' t_ST t_Te t_te t_TE t_ti t_TI t_Ts t_ts t_u7 t_ue t_us t_Us 
t_ut t_vb t_ve t_vi'
-        \ .. ' t_VS t_vs t_WP t_WS t_XM t_xn t_xs t_ZH t_ZR t_8f t_8b t_8u 
t_xo t_#2 t_#4 t_%i'
-        \ .. ' t_*7 t_@7 t_F1 t_F2 t_k1 t_k2 t_k3 t_k4 t_k5 t_k6 t_k7 t_k8 
t_k9 t_k; t_kB t_kD'
-        \ .. ' t_kI t_kN t_kP t_kb t_kd t_kh t_kl t_kr t_ku'
+        \ .. ' t_VS t_vs t_WP t_WS t_XM t_xn t_xs t_ZH t_ZR t_8f t_8b t_8u 
t_xo .*'
   call feedkeys(":set t_\<C-A>\<C-B>\"\<CR>", 'tx')
-  call assert_equal(expected, @:)
+  call assert_match(expected, @:)
   let &cpo = _cpo
 endfunc
 
diff --git a/src/version.c b/src/version.c
index 55bf819b5..957475dfe 100644
--- a/src/version.c
+++ b/src/version.c
@@ -704,6 +704,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    328,
 /**/
     327,
 /**/

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/E1rw7QJ-00AgER-3K%40256bit.org.

Raspunde prin e-mail lui