mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-05 21:54:45 +02:00
Updated Command line (markdown)
@@ -41,7 +41,7 @@ the quotes are optional.
|
||||
Wildcards consist of the `*` character at the beginning, end, or both and can substitute for
|
||||
any number of any characters (including none)
|
||||
|
||||
If spec is prefixed with `exclude:` or the `~` character then the pattern matches an exclusion.
|
||||
If a spec is prefixed with `exclude:` or the `~` character then the pattern matches an exclusion.
|
||||
This means that tests matching the pattern are excluded from the set - even if a prior
|
||||
inclusion spec included them. Subsequent inclusion specs will take precendence, however.
|
||||
Inclusions and exclusions are evaluated in left-to-right order.
|
||||
|
Reference in New Issue
Block a user