mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 12:17:11 +01:00 
			
		
		
		
	Fixed typo in test name
This commit is contained in:
		| @@ -471,7 +471,7 @@ TEST_CASE( "Text can be formatted using the Text class", "" ) { | ||||
|     CHECK( Text( "hi there", narrow ).toString() == "hi\nthere" ); | ||||
| } | ||||
|  | ||||
| TEST_CASE( "Long text is truncted", "[Text][Truncated]" ) { | ||||
| TEST_CASE( "Long text is truncated", "[Text][Truncated]" ) { | ||||
|  | ||||
|     std::string longLine( 90, '*' ); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash