seperate Mu::format and Mu::vformat
This commit is contained in:
@ -168,6 +168,8 @@ test_clean ()
|
||||
static void
|
||||
test_format ()
|
||||
{
|
||||
g_assert_true (format ("hello %s", "world") ==
|
||||
"hello world");
|
||||
g_assert_true (format ("hello %s, %u", "world", 123) ==
|
||||
"hello world, 123");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user