Rename to uniform path

This commit is contained in:
Aoran Zeng
2023-09-27 18:31:45 +08:00
parent 87858ed7a8
commit fe7e08c6a5
4 changed files with 10 additions and 14 deletions

View File

@@ -91,7 +91,7 @@ main (int argc, char const *argv[])
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 "));
puts (xy_uniform_path(" \n ~/haha/test/123 \n\r "));
xy_success("测试全部通过");
return 0;