mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 12:55:40 +02:00
Fixed trim() for single char strings (github #75)
This commit is contained in:
@@ -169,3 +169,9 @@ TEST_CASE( "./misc/xmlentitycheck", "" )
|
||||
// No test
|
||||
}
|
||||
}
|
||||
|
||||
TEST_CASE( "./manual/onechar", "send a single char to INFO" )
|
||||
{
|
||||
INFO(3);
|
||||
REQUIRE(false);
|
||||
}
|
||||
|
Reference in New Issue
Block a user