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
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A

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