mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 05:42:29 +00:00
Further refine printf long double change (#66)
This commit is contained in:
parent
98fba078a3
commit
da199b7a45
2 changed files with 8 additions and 3 deletions
|
@ -80,7 +80,7 @@ TEST(SUITE(snprintf), testReprChar16) {
|
|||
}
|
||||
|
||||
TEST(SUITE(snprintf), testReprChar32) {
|
||||
EXPECT_STREQ("L'♥'", Format("%`'Lc", L'♥'));
|
||||
EXPECT_STREQ("L'♥'", Format("%`'lc", L'♥'));
|
||||
}
|
||||
|
||||
TEST(SUITE(snprintf), testReprUtf8) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue