Rename to xy_unix_path_to_win_if_on_win

This commit is contained in:
Aoran Zeng
2023-09-27 18:14:43 +08:00
parent b92c68ebed
commit 87858ed7a8
2 changed files with 21 additions and 10 deletions

View File

@@ -90,6 +90,9 @@ main (int argc, char const *argv[])
assert(xy_file_exist("chsrc.png"));
assert(xy_file_exist(xy_win_powershell_profile));
assert(false==xy_file_exist(xy_win_powershellv5_profile));
puts (xy_unix_path_to_win_if_on_win(" \n ~/haha/test/123 \n\r "));
xy_success("测试全部通过");
return 0;
}