kana / vim-vspec

Vim plugin: Testing framework for Vim script
http://www.vim.org/scripts/script.php?script_id=3012
222 stars 13 forks source link

Failure message of `Expected 0 to_be_true` is strange #54

Closed kana closed 6 years ago

kana commented 6 years ago
# Expected 0 to_be_true
#       Actual value: 0
#     Expected value: []

[] is strange as an example of truthy value. It'd be better to omit expected value in this case.