mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	Fix error message when unmatched quotes are encountered by CAPTURE
Thanks to @ledvinap for noticing
This commit is contained in:
		| @@ -84,7 +84,7 @@ namespace Catch { | ||||
|                 if (names[i] == '\\') | ||||
|                     ++i; | ||||
|             } | ||||
|             CATCH_INTERNAL_ERROR("CAPTURE parsing encountered unmatched parentheses"); | ||||
|             CATCH_INTERNAL_ERROR("CAPTURE parsing encountered unmatched quote"); | ||||
|         }; | ||||
|  | ||||
|         size_t start = 0; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Martin Hořeňovský
					Martin Hořeňovský