mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	minor doc tweaks
This commit is contained in:
		| @@ -50,8 +50,8 @@ Expects that no exception is thrown during evaluation of the expression. | ||||
|  | ||||
| To support Matchers a slightly different form is used. Matchers will be more fully documented elsewhere. *Note that Matchers are still at early stage development and are subject to change.* | ||||
|  | ||||
| **REQUIRE_THAT(** _lhs_, __matcher call__ **)** and   | ||||
| **CHECK_THAT(** _lhs_, __matcher call__ **)**   | ||||
| **REQUIRE_THAT(** _lhs_, _matcher call_ **)** and   | ||||
| **CHECK_THAT(** _lhs_, _matcher call_ **)**   | ||||
|  | ||||
|  | ||||
| --- | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| CATCH works quite nicely without any command line options at all - but for those times when you want greater control the following options are available. | ||||
| Catch works quite nicely without any command line options at all - but for those times when you want greater control the following options are available. | ||||
| Note that options are described according to the following pattern: | ||||
|  | ||||
| <a href="#test">     `    <test-spec> ...`</a><br /> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash