mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-04 14:09:33 +01:00 
			
		
		
		
	Integrated INTERNAL_CATCH_THROWS_STR_MATCHES with new AssertionHandler
This commit is contained in:
		@@ -12,7 +12,6 @@
 | 
			
		||||
namespace Catch {
 | 
			
		||||
 | 
			
		||||
    void formatReconstructedExpression( std::ostream &os, std::string const& lhs, std::string const& op, std::string const& rhs ) {
 | 
			
		||||
 | 
			
		||||
        if( lhs.size() + rhs.size() < 40 &&
 | 
			
		||||
                lhs.find('\n') == std::string::npos &&
 | 
			
		||||
                rhs.find('\n') == std::string::npos )
 | 
			
		||||
@@ -20,4 +19,4 @@ namespace Catch {
 | 
			
		||||
        else
 | 
			
		||||
            os << lhs << "\n" << op << "\n" << rhs;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user