Patch 8.2.3558 (after 8.2.3557)
Problem: Vim9: asserting the wrong variable.
Solution: Don't use Foo, use Goo.
Files: src/testdir/test_vim9_script.vim
*** ../vim-8.2.3557/src/testdir/test_vim9_script.vim 2021-10-22
22:17:49.142382407 +0100
--- src/testdir/test_vim9_script.vim 2021-10-23 10:23:52.092807925 +0100
***************
*** 1495,1501 ****
def DoTest()
const Goo = G()
! assert_equal(42, Foo)
enddef
DoTest()
END
--- 1495,1501 ----
def DoTest()
const Goo = G()
! assert_equal(42, Goo)
enddef
DoTest()
END
*** ../vim-8.2.3557/src/version.c 2021-10-22 22:17:49.142382407 +0100
--- src/version.c 2021-10-23 10:24:48.441513477 +0100
***************
*** 759,760 ****
--- 759,762 ----
{ /* Add new patch number below this line */
+ /**/
+ 3558,
/**/
--
hundred-and-one symptoms of being an internet addict:
230. You spend your Friday nights typing away at your keyboard
/// 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/20211023092548.770F6C80055%40moolenaar.net.