Patch 8.2.3558

8 views
Skip to first unread message

Bram Moolenaar

unread,
Oct 23, 2021, 5:25:54 AM10/23/21
to vim...@googlegroups.com

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 -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages