mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 12:17:11 +01:00 
			
		
		
		
	Fix insufficiently escaped backslash in docs
This commit is contained in:
		| @@ -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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Martin Hořeňovský
					Martin Hořeňovský