On Do, 29 Dez 2016, Christian Brabandt wrote: > + call assert_equal(a, [-1,-1,-1,-1]) > + call assert_equal(a, [-1,-1,-1,-1]) > + call assert_equal(a, [-1,-1,-1,4,4])
Those arguments to assert_equal need to be swapped obviously. Sorry for that, I cannot remember in what order those arguments have to be given. (And even if I read it up, I find a way to mess it up...) Best, Christian -- Alle Menschen sind klug: die einen vorher, die anderen hinterher. -- -- 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]. For more options, visit https://groups.google.com/d/optout.
