view .gitattributes @ 22222:7b9e8fd7ea5b v8.2.1660

patch 8.2.1660: assert functions require passing expected as first argument Commit: https://github.com/vim/vim/commit/c0c71e9d9813f025c5fc1ce84eae309843395199 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 11 19:09:48 2020 +0200 patch 8.2.1660: assert functions require passing expected as first argument Problem: Assert functions require passing expected result as the first argument, which isn't obvious. Solution: Use a method, as in "runtest()->assert_equal(expected)".
author Bram Moolenaar <Bram@vim.org>
date Fri, 11 Sep 2020 19:15:04 +0200
parents ccc02b39fb5e
children
line wrap: on
line source

src/testdir/test42.in diff