diff --git a/format-test.cc b/format-test.cc index babbb754..2660470b 100644 --- a/format-test.cc +++ b/format-test.cc @@ -1438,6 +1438,7 @@ TEST(FormatterTest, Examples) { EXPECT_THROW_MSG( Format("The answer is {:d}", "forty-two"), FormatError, "unknown format code 'd' for string"); + EXPECT_EQ(L"Cyrillic letter ю", Format(L"Cyrillic letter {}", L'ю')); #endif }