notomo / vusted

A busted wrapper for testing neovim plugin

Home Page:https://luarocks.org/modules/notomo/vusted

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"vusted --version" show busted version

rapan931 opened this issue · comments

Thanks great plugin.

env

windows10 & wsl

rapan931@rHost:~/tmp/lua$ luarocks list busted

Rocks installed for Lua 5.1
---------------------------

busted
   2.1.1-1 (installed) - /usr/local/lib/luarocks/rocks-5.1

rapan931@rHost:~/tmp/lua$ luarocks list vusted

Rocks installed for Lua 5.1
---------------------------

vusted
   2.1.0-1 (installed) - /usr/local/lib/luarocks/rocks-5.1

reproduced

rapan931@rHost:~/tmp/lua$ vusted --version
2.1.1rapan931@rHost:~/tmp/lua$ 

other

vusted --version delete last newline character?
The result of running "busted --version" is as follows

rapan931@rHost:~/tmp/lua$ busted --version
2.1.1
rapan931@rHost:~/tmp/lua$ 

Thanks.

Thanks.
I'll fix it.

Thank you!!!