diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-02-16 19:42:05 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-02-18 19:19:03 +0100 |
commit | e72ecdb7ca1face1d16e622824aa7bd3c98f5673 (patch) | |
tree | 14aa6a8ed961ba7643a8c689f391107d009d8866 /scripts/genvimvim.lua | |
parent | 8b543d09d834994f7e696716ce8c146ab0652011 (diff) | |
download | rneovim-e72ecdb7ca1face1d16e622824aa7bd3c98f5673.tar.gz rneovim-e72ecdb7ca1face1d16e622824aa7bd3c98f5673.tar.bz2 rneovim-e72ecdb7ca1face1d16e622824aa7bd3c98f5673.zip |
test/util: expect_msg_seq()
job_spec.lua on AppVeyor (Windows) often fails like this:
FAILED ] C:/projects/neovim/test/functional\core\job_spec.lua @ 72: jobs changes to given `cwd` directory
C:/projects/neovim/test/functional\core\job_spec.lua:81: Expected objects to be the same.
Passed in:
(table) {
[1] = 'notification'
[2] = 'stdout'
*[3] = {
[1] = 0
*[2] = {
[1] = 'C:\projects\neovim\Xtest-tmpdir\nvimmSjq1S\0' } } }
Expected:
(table) {
[1] = 'notification'
[2] = 'stdout'
*[3] = {
[1] = 0
*[2] = {
[1] = 'C:\projects\neovim\Xtest-tmpdir\nvimmSjq1S\0'
*[2] = '' } } }
stack traceback:
Message chunking is non-deterministic, so we need to try different
variants.
Diffstat (limited to 'scripts/genvimvim.lua')
0 files changed, 0 insertions, 0 deletions