Skip to content

Commit 68dab3b

Browse files
committed
Adding test for Unicode mappings above BMP
1 parent 4c92b74 commit 68dab3b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_general.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,8 @@ TEST_CASE( "Case conversion" ) {
350350
CHECK(S("ΑΣͺΑ").to_lower() == S("ασͺα"));
351351

352352
CHECK(S("βους").to_upper() == S("ΒΟΥΣ"));
353+
354+
CHECK(S("𐐀").to_lower() == S("𐐨"));
353355
}
354356

355357
TEST_CASE( "Trim" ) {

0 commit comments

Comments
 (0)