mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 12:17:11 +01:00 
			
		
		
		
	-f supports quoted test names (test name surrounded with " characters).
This is the first part to resolving #717
This commit is contained in:
		| @@ -483,3 +483,7 @@ TEST_CASE( "This test 'should' fail but doesn't", "[.][failing][!shouldfail]" ) | ||||
| { | ||||
|     SUCCEED( "oops!" ); | ||||
| } | ||||
|  | ||||
| TEST_CASE( "# A test name that starts with a #" ) { | ||||
|     SUCCEED( "yay" ); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash