MCPcopy Create free account
hub / github.com/fmtlib/fmt / TEST

Function TEST

test/unicode-test.cc:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16using testing::Contains;
17
18TEST(unicode_test, use_utf8) { EXPECT_TRUE(fmt::detail::use_utf8); }
19
20TEST(unicode_test, legacy_locale) {
21 auto loc = get_locale("be_BY.CP1251", "Belarusian_Belarus.1251");

Callers

nothing calls this directly

Calls 9

stringClass · 0.85
weekdayClass · 0.85
tmClass · 0.85
ContainsFunction · 0.85
get_localeFunction · 0.70
formatFunction · 0.70
printFunction · 0.50
whatMethod · 0.45
strMethod · 0.45

Tested by

no test coverage detected