Skip to content

Commit

Permalink
Update readme for catch2 integration
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-rifkin committed May 7, 2024
1 parent 32414a3 commit d5b1fe1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -764,8 +764,7 @@ TEST_CASE("1 + 1 is 2") {
Currently the only macro provided is `ASSERT`, which will perform a `REQUIRE` internally.
This isn't as pretty as I would like, however, it gets the job done. I'd like to support syntax highlighting however
unfortunately catch2's line wrapping does not take into account ANSI escape sequences at the moment.
Note: Before v3.6.0 ansi color codes interfere with Catch2's line wrapping so color is disabled on older versions.

## GoogleTest

Expand Down
Binary file modified screenshots/catch2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d5b1fe1

Please sign in to comment.