diff options
Diffstat (limited to 'test/functional/api')
| -rw-r--r-- | test/functional/api/keymap_spec.lua | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/api/keymap_spec.lua b/test/functional/api/keymap_spec.lua index c0edcde476..a11b5306f4 100644 --- a/test/functional/api/keymap_spec.lua +++ b/test/functional/api/keymap_spec.lua @@ -582,7 +582,7 @@ describe('nvim_set_keymap, nvim_del_keymap', function()    it('can set mappings containing literal keycodes', function()      meths.set_keymap('n', '\n\r\n', 'rhs', {})      local expected = generate_mapargs('n', '<NL><CR><NL>', 'rhs') -    eq(expected, get_mapargs('n', '<C-j><CR><C-j>')) +    eq(expected, get_mapargs('n', '<NL><CR><NL>'))    end)    it('can set mappings whose RHS is a <Nop>', function()  | 
