mirror of
https://github.com/sebastiandine/Card-Collection-Manager-3.git
synced 2026-08-28 17:01:02 +00:00
patch: Feature/ygo set selection (#16)
This commit is contained in:
@@ -17,4 +17,9 @@ TEST_SUITE("asciiLower") {
|
||||
const std::string input = "caf\u00e9";
|
||||
CHECK(asciiLower(input) == input);
|
||||
}
|
||||
|
||||
TEST_CASE("bytes above ASCII range are passed through tolower unchanged") {
|
||||
const std::string input(1, static_cast<char>('\x80'));
|
||||
CHECK(asciiLower(input) == input);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user