Fix insufficiently escaped backslash in docs

This commit is contained in:
Martin Hořeňovský
2024-03-26 23:22:58 +01:00
parent ad99834c14
commit cad65c5003

View File

@ -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