mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-03 21:49:32 +01:00 
			
		
		
		
	Fixed test names mentioning the new Matcher combinator operators
This commit is contained in:
		@@ -708,7 +708,7 @@ with expansion:
 | 
			
		||||
  "this string contains 'abc' as a substring" equals: "something else"
 | 
			
		||||
 | 
			
		||||
-------------------------------------------------------------------------------
 | 
			
		||||
Matchers can be composed with both + and | - failing
 | 
			
		||||
Matchers can be composed with both && and || - failing
 | 
			
		||||
-------------------------------------------------------------------------------
 | 
			
		||||
MiscTests.cpp:<line number>
 | 
			
		||||
...............................................................................
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user