mirror of
https://github.com/RubyMetric/chsrc.git
synced 2025-01-22 21:43:00 +08:00
Test logging remarkbly
This commit is contained in:
parent
7e591ff025
commit
1382ad751e
|
@ -3,7 +3,7 @@
|
|||
* License : MIT
|
||||
* Authors : Aoran Zeng <ccmywish@qq.com>
|
||||
* 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"));
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user