mirror of
https://github.com/catchorg/Catch2.git
synced 2025-06-03 18:37:56 +00:00
Fixed trim() for single char strings (github #75)
This commit is contained in:
parent
97668c76f1
commit
af8d0b3955
5 changed files with 26 additions and 3 deletions
|
@ -169,3 +169,9 @@ TEST_CASE( "./misc/xmlentitycheck", "" )
|
|||
// No test
|
||||
}
|
||||
}
|
||||
|
||||
TEST_CASE( "./manual/onechar", "send a single char to INFO" )
|
||||
{
|
||||
INFO(3);
|
||||
REQUIRE(false);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue