mirror of
https://github.com/nemtrif/utfcpp.git
synced 2025-04-04 13:05:06 +00:00
test_utf32to8 tests string_view, not string
This commit is contained in:
parent
0991356b73
commit
b6cd18f929
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ TEST(CPP17APITests, test_utf32to8)
|
|||
{
|
||||
u32string utf32string = {0x448, 0x65E5, 0x10346};
|
||||
u32string_view utf32stringview(utf32string);
|
||||
string utf8result = utf32to8(utf32string);
|
||||
string utf8result = utf32to8(utf32stringview);
|
||||
EXPECT_EQ (utf8result.size(), 9);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue