Change test because maparg was changed to also return lnum

This commit is contained in:
erw7
2019-08-28 14:19:06 +09:00
parent a2e48b556b
commit 4f6df65f02
3 changed files with 9 additions and 3 deletions

View File

@@ -21,6 +21,7 @@ describe('maparg()', function()
nowait=0,
mode='n',
noremap=1,
lnum=0,
}
it('returns a dictionary', function()
@@ -148,6 +149,7 @@ describe('maparg()', function()
nowait = 0,
sid = 0,
silent = 0,
lnum = 0,
}
end