editorconfig / editorconfig-vim

EditorConfig plugin for Vim
http://editorconfig.org
Other
3.13k stars 137 forks source link

plugin tests: more informative failure messages #183

Closed cxw42 closed 2 years ago

cxw42 commented 2 years ago

When a test fails, show the name of the key that failed as well as the value of that key.

Currently, you see the value, but not which key it was. This PR fixes that.