commit | ab3062113857871ba1344158c20cbb09b094be4e | [log] [tgz] |
---|---|---|
author | Martin Hořeňovský <martin.horenovsky@gmail.com> | Fri Apr 06 11:39:40 2018 +0200 |
committer | Martin Hořeňovský <martin.horenovsky@gmail.com> | Fri Apr 06 11:43:12 2018 +0200 |
tree | f14ba774203e1e55e3eb604ff76c79ed5f7b456d | |
parent | 1ca8f43b011ad61f4627a3339333406f15a46431 [diff] |
Fix stringifying static array of unsigned chars The fix leaves an open question: should we keep treating refs to static array of chars as strings, or should we instead use `strnlen` to check if it is null-terminated within the buffer Fixes #1238
The latest version of the single header can be downloaded directly using this link
If you've been using an earlier version of Catch, please see the Breaking Changes section of the release notes before moving to Catch2. You might also like to read this blog post for more details.
Catch2 stands for C++ Automated Test Cases in a Header and is a multi-paradigm test framework for C++. which also supports Objective-C (and maybe C). It is primarily distributed as a single header file, although certain extensions may require additional headers.
This documentation comprises these three parts: