Patch 8.2.4058
Problem: Vim9: import test failure in wrong line.
Solution: Adjust line number.
Files: src/testdir/test_vim9_import.vim
*** ../vim-8.2.4057/src/testdir/test_vim9_import.vim 2022-01-10
21:29:53.380429159 +0000
--- src/testdir/test_vim9_import.vim 2022-01-10 21:36:53.019513360 +0000
***************
*** 332,338 ****
defcompile
END
writefile(import_missing_name_lines, 'Ximport.vim')
! assert_fails('source Ximport.vim', 'E1259:', '', 3)
var import_assign_wrong_type_lines =<< trim END
vim9script
--- 332,338 ----
defcompile
END
writefile(import_missing_name_lines, 'Ximport.vim')
! assert_fails('source Ximport.vim', 'E1259:', '', 1)
var import_assign_wrong_type_lines =<< trim END
vim9script
*** ../vim-8.2.4057/src/version.c 2022-01-10 21:29:53.384429152 +0000
--- src/version.c 2022-01-10 21:37:43.227399473 +0000
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 4058,
/**/
--
Bravely bold Sir Robin, rode forth from Camelot,
He was not afraid to die, Oh Brave Sir Robin,
He was not at all afraid to be killed in nasty ways
Brave, brave, brave, brave Sir Robin.
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220110214106.867B41C04D4%40moolenaar.net.