From 1382ad751e4bad6b8736bc5e8084d43e91518351 Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Sat, 8 Jun 2024 07:13:55 +0800 Subject: [PATCH] Test logging remarkbly --- test/xy.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/xy.c b/test/xy.c index 41d411f..39e9a12 100644 --- a/test/xy.c +++ b/test/xy.c @@ -3,7 +3,7 @@ * License : MIT * Authors : Aoran Zeng * Created on : <2023-08-30> - * Last modified : <2024-05-25> + * Last modified : <2024-06-08> * * test_xy: * @@ -43,6 +43,10 @@ main (int argc, char const *argv[]) print (xy_str_to_cyan ("青色")); puts (""); + xy_info_remarkably ("app", "提示", "襄阳牛肉面需要搭配黄酒"); + xy_warn_remarkably ("app", "警告", "兰州牛肉面,而非兰州拉面"); + xy_error_remarkably ("app", "错误", "肉丸胡辣汤里没有肉丸"); + assert (false == xy_str_end_with ("abcdef", "abcdefg")); assert (xy_str_end_with ("abcdef", "def"));