thinca / vim-themis

A testing framework for Vim script.
zlib License
237 stars 34 forks source link

Fix document of expect-to_be_less_than_or_equal() #62

Closed machakann closed 4 years ago

machakann commented 4 years ago

There were two expect({left}).to_be_less_than({right}) listed in the document. The latter one would be expect({left}).to_be_less_than_or_equal({right}) probably?

thinca commented 4 years ago

Thank you!