| 86 | //////////////////////////////////////////////////////////////////////////////// |
| 87 | |
| 88 | TEST(TFormatTest, Nothing) |
| 89 | { |
| 90 | EXPECT_EQ("abc", Format("a%nb%nc", 1, 2)); |
| 91 | } |
| 92 | |
| 93 | TEST(TFormatTest, Verbatim) |
| 94 | { |
nothing calls this directly
no test coverage detected