diff options
author | Daniel Hahler <git@thequod.de> | 2019-07-24 09:31:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-24 09:31:46 +0200 |
commit | 451f6046b0d4fc039894ed4a40d791d3098dcd78 (patch) | |
tree | d6eb8867b2f9335e31bdec4c8d9611daffaa1c2c /src | |
parent | 733e1a0e7397a25f96f7d27983c69b883280c35e (diff) | |
download | rneovim-451f6046b0d4fc039894ed4a40d791d3098dcd78.tar.gz rneovim-451f6046b0d4fc039894ed4a40d791d3098dcd78.tar.bz2 rneovim-451f6046b0d4fc039894ed4a40d791d3098dcd78.zip |
tests: AppVeyor: fix test/functional/ex_cmds/arg_spec.lua (#10598)
For unknown reasons it does not have the trailing space in `:args`
output there anymore:
[ FAILED ] test/functional\ex_cmds\arg_spec.lua @ 11: :argument does not restart :terminal buffer
test/functional\ex_cmds\arg_spec.lua:25: Expected objects to be the same.
Passed in:
(string) '
[term://.//4552:C:\Windows\system32\cmd.exe]'
Expected:
(string) '
[term://.//4552:C:\Windows\system32\cmd.exe] '
stack traceback:
test/functional\ex_cmds\arg_spec.lua:25: in function <test/functional\ex_cmds\arg_spec.lua:11>
The test is not about that though, and this can be made less strict by
using `trim()`. The new test in `test_arglist.vim` for no trailing
newline is OK, and contains trailing spaces. So this is likely due to
the length of it exceeding the column width already.
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions