libstdc++: Restored accidentally removed test case.
It was removed by accident r15-9178-g5c7f6272f43f42. libstdc++-v3/ChangeLog: * testsuite/std/format/functions/format.cc: Restored line.
This commit is contained in:
parent
5c7f6272f4
commit
81c990aa84
1 changed files with 1 additions and 0 deletions
|
@ -522,6 +522,7 @@ test_unicode()
|
|||
std::string sP = std::format("{:1.1} {:*<1.1}", "£", "🤡");
|
||||
VERIFY( sP == "£ *" );
|
||||
sP = std::format("{:*<2.1} {:*<2.1}", "£", "🤡");
|
||||
VERIFY( sP == "£* **" );
|
||||
|
||||
// Verify field width handling for extended grapheme clusters,
|
||||
// and that a cluster gets output as a single item, not truncated.
|
||||
|
|
Loading…
Add table
Reference in a new issue