Travis
This commit is contained in:
parent
dc958bcc42
commit
233703bc91
3 changed files with 8 additions and 3 deletions
|
|
@ -3,3 +3,5 @@ set rtp+=./plugins/vader.vim
|
|||
set rtp+=..
|
||||
filetype plugin indent on
|
||||
syntax enable
|
||||
|
||||
set ts=4 sts=4 sw=4
|
||||
|
|
|
|||
|
|
@ -4,11 +4,14 @@
|
|||
if [[ ! -d plugins ]]; then
|
||||
mkdir plugins
|
||||
git clone https://github.com/baabelfish/vader.vim plugins/vader.vim
|
||||
# git clone https://github.com/baabelfish/nvim-nim plugins/nvim-nim
|
||||
fi
|
||||
|
||||
# Run tests
|
||||
nvim -c 'Vader! tests/**/*.vader' > /dev/null
|
||||
# Running test
|
||||
nvim --version
|
||||
echo "Testing"
|
||||
nvim -u rc.vim -c 'Vader! tests/**/*.vader'
|
||||
# nvim -u rc.vim -c 'Vader! tests/**/*.vader' > /dev/null
|
||||
err=$?
|
||||
if [ "$err" != "0" ]; then
|
||||
cat report.log
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ Given nim:
|
|||
Do:
|
||||
gg=G
|
||||
|
||||
Expect:
|
||||
Expect nim:
|
||||
import
|
||||
sequtils,
|
||||
streams
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue