mirror of
https://github.com/RubyMetric/chsrc
synced 2025-06-08 19:54:13 +08:00
Test logging remarkbly
This commit is contained in:
parent
7e591ff025
commit
1382ad751e
@ -3,7 +3,7 @@
|
|||||||
* License : MIT
|
* License : MIT
|
||||||
* Authors : Aoran Zeng <ccmywish@qq.com>
|
* Authors : Aoran Zeng <ccmywish@qq.com>
|
||||||
* Created on : <2023-08-30>
|
* Created on : <2023-08-30>
|
||||||
* Last modified : <2024-05-25>
|
* Last modified : <2024-06-08>
|
||||||
*
|
*
|
||||||
* test_xy:
|
* test_xy:
|
||||||
*
|
*
|
||||||
@ -43,6 +43,10 @@ main (int argc, char const *argv[])
|
|||||||
print (xy_str_to_cyan ("青色"));
|
print (xy_str_to_cyan ("青色"));
|
||||||
puts ("");
|
puts ("");
|
||||||
|
|
||||||
|
xy_info_remarkably ("app", "提示", "襄阳牛肉面需要搭配黄酒");
|
||||||
|
xy_warn_remarkably ("app", "警告", "兰州牛肉面,而非兰州拉面");
|
||||||
|
xy_error_remarkably ("app", "错误", "肉丸胡辣汤里没有肉丸");
|
||||||
|
|
||||||
assert (false == xy_str_end_with ("abcdef", "abcdefg"));
|
assert (false == xy_str_end_with ("abcdef", "abcdefg"));
|
||||||
assert (xy_str_end_with ("abcdef", "def"));
|
assert (xy_str_end_with ("abcdef", "def"));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user