- Fixed endianness when converting numbers to hex strings
- Added option to show invisibles (/t, /n) in printed strings with -i
- moved toString() impls to impl file
- avoid allocations for static strings used in reporter
This commit is contained in:
Phil Nash
2014-04-23 07:10:10 +01:00
parent 31caba4f73
commit aef6cd5332
3 changed files with 186 additions and 122 deletions

View File

@@ -1,6 +1,6 @@
![catch logo](catch-logo-small.png)
*v1.0 build 39 (master branch)*
*v1.0 build 40 (master branch)*
Build status (on Travis CI) [![Build Status](https://travis-ci.org/philsquared/Catch.png)](https://travis-ci.org/philsquared/Catch)