From 50876c2f7095d0a43dd33d2ed3cfd773e33ce882 Mon Sep 17 00:00:00 2001 From: Rainer Borene Date: Sun, 9 Nov 2014 20:42:45 -0200 Subject: legacy tests: migrate test75 --- src/nvim/testdir/test75.in | 41 --------------------- src/nvim/testdir/test75.ok | 7 ---- test/functional/legacy/075_maparg_spec.lua | 58 ++++++++++++++++++++++++++++++ 3 files changed, 58 insertions(+), 48 deletions(-) delete mode 100644 src/nvim/testdir/test75.in delete mode 100644 src/nvim/testdir/test75.ok create mode 100644 test/functional/legacy/075_maparg_spec.lua diff --git a/src/nvim/testdir/test75.in b/src/nvim/testdir/test75.in deleted file mode 100644 index 8fabccdf52..0000000000 --- a/src/nvim/testdir/test75.in +++ /dev/null @@ -1,41 +0,0 @@ -Tests for maparg(). -Also test utf8 map with a 0x80 byte. - -STARTTEST -:so small.vim -:so mbyte.vim -:set cpo-=< -:set encoding=utf8 -:" Test maparg() with a string result -:map foo isfoo -:vnoremap