mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 12:17:11 +01:00 
			
		
		
		
	Allow quotes in CAPTURE arguments (#1608)
* Allow quotes in CAPTURE arguments Fix CAPTURE to handle string and character literals properly
This commit is contained in:
		 Petr Ledvina
					Petr Ledvina
				
			
				
					committed by
					
						 Martin Hořeňovský
						Martin Hořeňovský
					
				
			
			
				
	
			
			
			 Martin Hořeňovský
						Martin Hořeňovský
					
				
			
						parent
						
							979bbf03bb
						
					
				
				
					commit
					9c741fe960
				
			| @@ -1299,6 +1299,6 @@ due to unexpected exception with message: | ||||
|   Why would you throw a std::string? | ||||
|  | ||||
| =============================================================================== | ||||
| test cases:  265 |  198 passed |  63 failed |  4 failed as expected | ||||
| assertions: 1448 | 1303 passed | 124 failed | 21 failed as expected | ||||
| test cases:  266 |  199 passed |  63 failed |  4 failed as expected | ||||
| assertions: 1449 | 1304 passed | 124 failed | 21 failed as expected | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user