mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 21:36:11 +01:00
Added note on escaping names on command line to docs
This commit is contained in:
parent
1ff0acfe22
commit
e6aa1f4e4e
@ -66,6 +66,8 @@ A series of tags form an AND expression wheras a comma-separated sequence forms
|
|||||||
<pre>[one][two],[three]</pre>
|
<pre>[one][two],[three]</pre>
|
||||||
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]`
|
||||||
|
|
||||||
|
Test names containing special characters, such as `,` or `[` can specify them on the command line using `\`.
|
||||||
|
`\` also escapes itself.
|
||||||
|
|
||||||
<a id="choosing-a-reporter-to-use"></a>
|
<a id="choosing-a-reporter-to-use"></a>
|
||||||
## Choosing a reporter to use
|
## Choosing a reporter to use
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
* Blue shell colour
|
* Blue shell colour
|
||||||
* Missing argument to `CATCH_CHECK_THROWS`
|
* Missing argument to `CATCH_CHECK_THROWS`
|
||||||
* Don't encode extended ASCII in XML
|
* Don't encode extended ASCII in XML
|
||||||
* use std::shuffle on more compilers (fixes deprecation warning/error)
|
* use `std::shuffle` on more compilers (fixes deprecation warning/error)
|
||||||
* Use `__COUNTER__` more consistently (where available)
|
* Use `__COUNTER__` more consistently (where available)
|
||||||
|
|
||||||
### Other:
|
### Other:
|
||||||
|
Loading…
Reference in New Issue
Block a user