Patch 8.2.2398 (after 8.2.2396)
Problem: Method test fails.
Solution: Adjust test for allowed white space.
Files: src/testdir/test_method.vim
*** ../vim-8.2.2397/src/testdir/test_method.vim 2020-07-11 22:14:54.314422214
+0200
--- src/testdir/test_method.vim 2021-01-23 15:26:45.214302695 +0100
***************
*** 131,139 ****
eval [1, 2, 3]
\ ->sort(
\ )
! call assert_fails('eval [1, 2, 3]-> sort()', 'E15:')
call assert_fails('eval [1, 2, 3]->sort ()', 'E274:')
! call assert_fails('eval [1, 2, 3]-> sort ()', 'E15:')
endfunc
func Test_method_lambda()
--- 131,141 ----
eval [1, 2, 3]
\ ->sort(
\ )
! eval [1, 2, 3]-> sort()
!
call assert_fails('eval [1, 2, 3]->sort ()', 'E274:')
! call assert_fails('eval [1, 2, 3] ->sort ()', 'E274:')
! call assert_fails('eval [1, 2, 3]-> sort ()', 'E274:')
endfunc
func Test_method_lambda()
*** ../vim-8.2.2397/src/version.c 2021-01-23 15:14:57.312269438 +0100
--- src/version.c 2021-01-23 15:26:06.886406468 +0100
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2398,
/**/
--
Don't be humble ... you're not that great.
-- Golda Meir
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ 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/202101231427.10NERfSj2504323%40masaka.moolenaar.net.