Added note on escaping names on command line to docs

This commit is contained in:
Phil Nash 2017-01-11 17:14:28 +00:00
parent 1ff0acfe22
commit e6aa1f4e4e
2 changed files with 3 additions and 1 deletions

View File

@ -66,6 +66,8 @@ A series of tags form an AND expression wheras a comma-separated sequence forms
<pre>[one][two],[three]</pre>
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>
## Choosing a reporter to use

View File

@ -12,7 +12,7 @@
* Blue shell colour
* Missing argument to `CATCH_CHECK_THROWS`
* 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)
### Other: