提交 bc12c69b 编写于 作者: M Max Bruckner 提交者: GitHub

Merge pull request #114 from DaveGamble/simplify-print

Simplify print functions
此差异已折叠。
......@@ -40,6 +40,7 @@ static void assert_print_string(const char *expected, const char *input)
static void print_string_should_print_empty_strings(void)
{
assert_print_string("\"\"", "");
assert_print_string("\"\"", NULL);
}
static void print_string_should_print_ascii(void)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册