redding / assert

Assertion style testing framework.
https://github.com/redding/assert
MIT License
10 stars 1 forks source link

remove superfulous newlines from diff/pp output #158

Closed kellyredding closed 10 years ago

kellyredding commented 10 years ago

This preserves the default view having no newlines in the output of each fail result. Newlines can be viewed as "separating" fail result output in the default view.

This is just a cleanup from the previous diff and pretty-print output work based on real usage.

@jcredding ready for review.

jcredding commented 10 years ago

@kellyredding - Looks good to me :boom: