mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	refactored toLower
This commit is contained in:
		| @@ -383,6 +383,7 @@ TEST_CASE( "selftest/tags", "" ) { | ||||
|         CHECK( twoTags.getTestCaseInfo().description == "" ); | ||||
|         CHECK( twoTags.hasTag( "one" ) ); | ||||
|         CHECK( twoTags.hasTag( "two" ) ); | ||||
|         CHECK( twoTags.hasTag( "Two" ) ); | ||||
|         CHECK( twoTags.hasTag( "three" ) == false ); | ||||
|         CHECK( twoTags.getTags().size() == 2 ); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash