summaryrefslogtreecommitdiff
path: root/src/testdir/test_menu.vim
AgeCommit message (Collapse)Author
2017-03-18patch 8.0.0478: tests use assert_true(0) and assert_false(1) to report errorsBram Moolenaar
Problem: Tests use assert_true(0) and assert_false(1) to report errors. Solution: Use assert_report().
2017-03-04patch 8.0.0413: menu test fails on MS-Windows using gvimBram Moolenaar
Problem: Menu test fails on MS-Windows using gvim. Solution: First delete the English menus.
2017-03-04patch 8.0.0412: menu test fails on MS-WindowsBram Moolenaar
Problem: Menu test fails on MS-Windows. Solution: Use a menu entry with only ASCII characters.
2017-03-04patch 8.0.0411: menu translations don't match when case is changed.Bram Moolenaar
Problem: We can't change the case in menu entries, it breaks translations. Solution: Ignore case when looking up a menu translation.
2016-01-03patch 7.4.1046Bram Moolenaar
Problem: No test coverage for menus. Solution: Load the standard menus and check there is no error.