mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-17 11:12:25 +01:00
Fixed typo in docs
This commit is contained in:
parent
c51e86819d
commit
0c6abf4cd0
@ -6,7 +6,7 @@ Instead Catch provides a powerful mechanism for nesting test case sections withi
|
|||||||
|
|
||||||
Test cases and sections are very easy to use in practice:
|
Test cases and sections are very easy to use in practice:
|
||||||
|
|
||||||
* **TEST_CASE(** _test name_ \[, _tags_ \] **)**
|
* **TEST_CASE(** _test name_, \[ _tags_ \] **)**
|
||||||
* **SECTION(** _section name_ **)**
|
* **SECTION(** _section name_ **)**
|
||||||
|
|
||||||
_test name_ and _section name_ are free form, quoted, strings. The optional _tags_ argument is a quoted string containing one or more tags enclosed in square brackets. Tags are discussed below. Test names must be unique within the Catch executable.
|
_test name_ and _section name_ are free form, quoted, strings. The optional _tags_ argument is a quoted string containing one or more tags enclosed in square brackets. Tags are discussed below. Test names must be unique within the Catch executable.
|
||||||
|
Loading…
Reference in New Issue
Block a user