diff --git a/docs/command-line.md b/docs/command-line.md index 1c5ded28..c39122d6 100644 --- a/docs/command-line.md +++ b/docs/command-line.md @@ -66,6 +66,8 @@ A series of tags form an AND expression wheras a comma-separated sequence forms
[one][two],[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. ## Choosing a reporter to use diff --git a/docs/release-notes.md b/docs/release-notes.md index 53d3fabc..56a57eb2 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -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: