From 2f4647e77b7e8271aad1b45eb07fbabed78d9fe6 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Mon, 16 Oct 2017 21:59:13 +0200 Subject: test: avoid redundant clear() #7340 --- test/functional/ex_cmds/menu_spec.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test') diff --git a/test/functional/ex_cmds/menu_spec.lua b/test/functional/ex_cmds/menu_spec.lua index 2bc73d811b..2c0535acda 100644 --- a/test/functional/ex_cmds/menu_spec.lua +++ b/test/functional/ex_cmds/menu_spec.lua @@ -387,8 +387,7 @@ describe('menu_get', function() clear() end) - it('prettyprints special chars', function() - clear() + it('returns representation of special keys', function() command('nnoremenu &Test.Test inormal') command('inoremenu &Test.Test2 ') command('vnoremenu &Test.Test3 yA0xyz') @@ -548,7 +547,6 @@ describe('menu_get', function() end) it('works with right-aligned text and spaces', function() - clear() command('nnoremenu &TestY.TestX\\ x inormal') command('nnoremenu &Test\\ 1.Test\\ 2 Wargl') command('nnoremenu &Test4.Test3 i space') -- cgit