Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Shchapov <[email protected]>
  • Loading branch information
phprus committed Jul 30, 2024
1 parent 2cd6c57 commit a6d4168
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/std-test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ TEST(std_test, path) {
EXPECT_EQ(fmt::format("{}", path(L"\xd800")), "");
EXPECT_EQ(fmt::format("{}", path(L"HEAD \xd800 TAIL")), "HEAD � TAIL");
EXPECT_EQ(fmt::format("{}", path(L"HEAD \xD83D\xDE00 TAIL")), "HEAD \xF0\x9F\x98\x80 TAIL");
EXPECT_EQ(fmt::format("{}", path(L"HEAD \xD83D\xD83D\xDE00 TAIL")), "HEAD �\xF0\x9F\x98\x80 TAIL");
EXPECT_EQ(fmt::format("{:?}", path(L"\xd800")), "\"\\ud800\"");
# endif
}
Expand Down

0 comments on commit a6d4168

Please sign in to comment.