patch 9.0.1936: test: using wrong expected message in test_crypt

Commit: 
https://github.com/vim/vim/commit/e6fca0e82216c753793a85979926b9a28da7e842
Author: Isao Sato <svar...@gmail.com>
Date:   Sun Sep 24 23:27:25 2023 +0200

    patch 9.0.1936: test: using wrong expected message in test_crypt
    
    Problem:  test: using wrong expected message in test_crypt
    Solution: make use of single quotes
    
    closes: #13151
    
    Signed-off-by: Christian Brabandt <c...@256bit.org>
    Co-authored-by: Isao Sato <svar...@gmail.com>

diff --git a/src/testdir/test_crypt.vim b/src/testdir/test_crypt.vim
index e2eaed889..1782d83f3 100644
--- a/src/testdir/test_crypt.vim
+++ b/src/testdir/test_crypt.vim
@@ -255,7 +255,7 @@ func Test_uncrypt_xchacha20_2()
   call assert_match("Note: Encryption of swapfile not supported, disabling 
swap file", execute(':messages'))
   w!
   " encrypted using xchacha20
-  call assert_match("\[xchacha20\]", execute(':messages'))
+  call assert_match('\[xchacha20\]', execute(':messages'))
   bw!
   call feedkeys(":sp Xcrypt_sodium.txt\<CR>sodium\<CR>", 'xt')
   " successfully decrypted
@@ -288,7 +288,7 @@ func Test_uncrypt_xchacha20v2_2()
     throw 'Skipped: sodium_mlock() not possible'
   endtry
   " encrypted using xchacha20
-  call assert_match("\[xchachav2\]", execute(':messages'))
+  call assert_match('\[xchacha20v2\]', execute(':messages'))
   bw!
        try
                call feedkeys(":verbose :sp 
Xcrypt_sodium_v2.txt\<CR>sodium\<CR>", 'xt')
diff --git a/src/version.c b/src/version.c
index 7517452d3..54ab5539d 100644
--- a/src/version.c
+++ b/src/version.c
@@ -699,6 +699,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1936,
 /**/
     1935,
 /**/

-- 
-- 
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/E1qkWg4-00A2u7-CC%40256bit.org.

Raspunde prin e-mail lui