mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-06 06:09:54 +01:00
Fix insufficiently escaped backslash in docs
This commit is contained in:
parent
ad99834c14
commit
cad65c5003
@ -145,7 +145,7 @@ only tests that match the positive filters are included.
|
|||||||
|
|
||||||
You can also match test names with special characters by escaping them
|
You can also match test names with special characters by escaping them
|
||||||
with a backslash (`"\"`), e.g. a test named `"Do A, then B"` is matched
|
with a backslash (`"\"`), e.g. a test named `"Do A, then B"` is matched
|
||||||
by "Do A\, then B" test spec. Backslash also escapes itself.
|
by `"Do A\, then B"` test spec. Backslash also escapes itself.
|
||||||
|
|
||||||
|
|
||||||
### Examples
|
### Examples
|
||||||
|
Loading…
Reference in New Issue
Block a user