mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-04 05:59:32 +01:00 
			
		
		
		
	Fixed quote balancing issue in reporter error
This commit is contained in:
		@@ -38,7 +38,7 @@ namespace Catch {
 | 
			
		||||
 | 
			
		||||
        if( !reporter )
 | 
			
		||||
        {
 | 
			
		||||
            std::cerr << "No reporter registered with name: " << reporterName << "'" << std::endl;
 | 
			
		||||
            std::cerr << "No reporter registered with name: '" << reporterName << "'" << std::endl;
 | 
			
		||||
            return (std::numeric_limits<int>::max)();
 | 
			
		||||
        }
 | 
			
		||||
        
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										14
									
								
								include/internal/catch_impl.hpp
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								include/internal/catch_impl.hpp
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,14 @@
 | 
			
		||||
//
 | 
			
		||||
//  catch_impl.hpp
 | 
			
		||||
//  CatchSelfTest
 | 
			
		||||
//
 | 
			
		||||
//  Created by Phil Nash on 05/08/2012.
 | 
			
		||||
//
 | 
			
		||||
//
 | 
			
		||||
 | 
			
		||||
#ifndef CatchSelfTest_catch_impl_hpp
 | 
			
		||||
#define CatchSelfTest_catch_impl_hpp
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#endif
 | 
			
		||||
							
								
								
									
										14
									
								
								include/internal/catch_interfaces_static_registries.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								include/internal/catch_interfaces_static_registries.h
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,14 @@
 | 
			
		||||
//
 | 
			
		||||
//  catch_static_registries.h
 | 
			
		||||
//  CatchSelfTest
 | 
			
		||||
//
 | 
			
		||||
//  Created by Phil Nash on 05/08/2012.
 | 
			
		||||
//
 | 
			
		||||
//
 | 
			
		||||
 | 
			
		||||
#ifndef CatchSelfTest_catch_static_registries_h
 | 
			
		||||
#define CatchSelfTest_catch_static_registries_h
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#endif
 | 
			
		||||
							
								
								
									
										14
									
								
								include/internal/catch_notimplemented_exception.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								include/internal/catch_notimplemented_exception.h
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,14 @@
 | 
			
		||||
//
 | 
			
		||||
//  catch_notimplemented_exception.h
 | 
			
		||||
//  CatchSelfTest
 | 
			
		||||
//
 | 
			
		||||
//  Created by Phil Nash on 05/08/2012.
 | 
			
		||||
//
 | 
			
		||||
//
 | 
			
		||||
 | 
			
		||||
#ifndef CatchSelfTest_catch_notimplemented_exception_h
 | 
			
		||||
#define CatchSelfTest_catch_notimplemented_exception_h
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#endif
 | 
			
		||||
							
								
								
									
										14
									
								
								include/internal/catch_notimplemented_exception.hpp
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								include/internal/catch_notimplemented_exception.hpp
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,14 @@
 | 
			
		||||
//
 | 
			
		||||
//  catch_notimplemented_exception.hpp
 | 
			
		||||
//  CatchSelfTest
 | 
			
		||||
//
 | 
			
		||||
//  Created by Phil Nash on 05/08/2012.
 | 
			
		||||
//
 | 
			
		||||
//
 | 
			
		||||
 | 
			
		||||
#ifndef CatchSelfTest_catch_notimplemented_exception_hpp
 | 
			
		||||
#define CatchSelfTest_catch_notimplemented_exception_hpp
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#endif
 | 
			
		||||
							
								
								
									
										14
									
								
								include/internal/catch_static_registries_impl.hpp
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								include/internal/catch_static_registries_impl.hpp
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,14 @@
 | 
			
		||||
//
 | 
			
		||||
//  catch_static_registries.hpp
 | 
			
		||||
//  CatchSelfTest
 | 
			
		||||
//
 | 
			
		||||
//  Created by Phil Nash on 05/08/2012.
 | 
			
		||||
//
 | 
			
		||||
//
 | 
			
		||||
 | 
			
		||||
#ifndef CatchSelfTest_catch_static_registries_hpp
 | 
			
		||||
#define CatchSelfTest_catch_static_registries_hpp
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#endif
 | 
			
		||||
		Reference in New Issue
	
	Block a user