fix(test): 更新测试中chsrc.png文件路径,修正图片文件的引用位置

This commit is contained in:
sanchuanhehe 2025-06-14 22:10:55 +08:00
parent d425fff037
commit 74915f629d

View File

@ -85,7 +85,7 @@ main (int argc, char const *argv[])
xy_str_gsub ("abcdefabcdef", "abc", "DEF")); // 等量 xy_str_gsub ("abcdefabcdef", "abc", "DEF")); // 等量
assert (xy_file_exist ("./image/chsrc.png")); assert (xy_file_exist ("./doc/image/chsrc.png"));
assert (xy_dir_exist ("~")); assert (xy_dir_exist ("~"));
if (xy_on_windows) if (xy_on_windows)
{ {