thou used as a primary unit in a fmt unit test

This commit is contained in:
Mateusz Pusz
2020-01-14 12:59:37 +01:00
parent 3a76c1de91
commit 876c2ac426

View File

@@ -72,7 +72,7 @@ TEST_CASE("fmt::format on synthesized unit symbols", "[text][fmt]")
CHECK(fmt::format("{}", 1naut_mi) == "1 mi(naut)");
CHECK(fmt::format("{}", 1ch) == "1 ch");
CHECK(fmt::format("{}", 1rd) == "1 rd");
CHECK(fmt::format("{}", 1mil) == "1 mil");
CHECK(fmt::format("{}", 1thou) == "1 thou");
CHECK(fmt::format("{}", 1pc) == "1 pc");
CHECK(fmt::format("{}", 1ly) == "1 ly");
CHECK(fmt::format("{}", 1pc) == "1 pc");