Created
January 23, 2015 20:10
-
-
Save elmart/3a3d2fe7c1c212e3c80e to your computer and use it in GitHub Desktop.
Functional test results
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
202 successes / 2 failures / 0 errors / 0 pending : 0.0 seconds | |
Failure → ...neovim/neovim/test/functional/legacy/075_maparg_spec.lua @ 11 | |
maparg() is working | |
...neovim/neovim/test/functional/legacy/075_maparg_spec.lua:49: Expected objects to be the same. | |
Passed in: | |
(string) ' | |
is<F4>foo | |
{'silent': 0, 'noremap': 0, 'lhs': 'foo<C-V>', 'mode': ' ', 'nowait': 0, 'expr': 0, 'sid': 0, 'rhs': 'is<F4>foo', 'buffer': 0} | |
{'silent': 1, 'noremap': 1, 'lhs': 'bar', 'mode': 'v', 'nowait': 0, 'expr': 1, 'sid': 0, 'rhs': 'isbar', 'buffer': 1} | |
{'silent': 0, 'noremap': 0, 'lhs': 'foo', 'mode': ' ', 'nowait': 1, 'expr': 0, 'sid': 0, 'rhs': 'bar', 'buffer': 1} | |
xrx | |
yRy | |
noremap <Char-0x103f> b | |
:execute "normal a\u103f\<Esc>" | |
:inoremap <Char-0xf03f> c | |
:execute "normal a\uf03f\<Esc>" | |
:inoremap <Char-0xf040> d | |
:execute "normal a\uf040\<Esc>" | |
:1d | |
a' | |
Expected: | |
(string) 'is<F4>foo | |
{'silent': 0, 'noremap': 0, 'lhs': 'foo<C-V>', 'mode': ' ', 'nowait': 0, 'expr': 0, 'sid': 0, 'rhs': 'is<F4>foo', 'buffer': 0} | |
{'silent': 1, 'noremap': 1, 'lhs': 'bar', 'mode': 'v', 'nowait': 0, 'expr': 1, 'sid': 0, 'rhs': 'isbar', 'buffer': 1} | |
{'silent': 0, 'noremap': 0, 'lhs': 'foo', 'mode': ' ', 'nowait': 1, 'expr': 0, 'sid': 0, 'rhs': 'bar', 'buffer': 1} | |
xrx | |
yRy | |
abcd' | |
stack traceback: | |
...neovim/neovim/test/functional/legacy/075_maparg_spec.lua:49: in function <...neovim/neovim/test/functional/legacy/075_maparg_spec.lua:11> | |
Failure → ...functional/legacy/054_buffer_local_autocommands_spec.lua @ 10 | |
BufLeave <buffer> is working | |
...functional/legacy/054_buffer_local_autocommands_spec.lua:27: Expected objects to be the same. | |
Passed in: | |
(string) 'pe xx | |
:e xx | |
:e somefile | |
:e xx | |
' | |
Expected: | |
(string) 'buffer-local autocommand' | |
stack traceback: | |
...functional/legacy/054_buffer_local_autocommands_spec.lua:27: in function <...functional/legacy/054_buffer_local_autocommands_spec.lua:10> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment