mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-04 21:24:47 +02:00
Updated Command line (markdown)
@@ -72,13 +72,13 @@ Each tag is enclosed in square brackets. A series of tags form an AND expression
|
|||||||
|
|
||||||
-g [one][two],[three]
|
-g [one][two],[three]
|
||||||
|
|
||||||
This matches all tests tagged [one] and [two], as well as all tests tagged [three].
|
This matches all tests tagged `[one]` and `[two]`, as well as all tests tagged `[three]`.
|
||||||
|
|
||||||
Tags can be negated with the ~ character. This removed matching tests from the set. e.g.:
|
Tags can be negated with the `~` character. This removed matching tests from the set. e.g.:
|
||||||
|
|
||||||
-g [one]~[two]
|
-g [one]~[two]
|
||||||
|
|
||||||
matches all tests tagged [one], except those also tagged [two]
|
matches all tests tagged `[one]`, except those also tagged `[two]`
|
||||||
|
|
||||||
<a name="reporter" />
|
<a name="reporter" />
|
||||||
## Choosing a reporter to use
|
## Choosing a reporter to use
|
||||||
|
Reference in New Issue
Block a user