Add test for NimInfo

This commit is contained in:
baabelfish 2016-03-17 01:10:40 +02:00
commit 941ae9bd75

View file

@ -0,0 +1,13 @@
Given nim:
echo 5
Execute:
set buftype=""
saveas! vader_workbench.nim
redir! > output
NimInfo
redir END
Then:
let f = readfile("output")
Assert len(f) > 3