1 parent 978d4c6 commit 3dfe2bbCopy full SHA for 3dfe2bb
1 file changed
test/xy.c
@@ -7,7 +7,7 @@
7
* | Mikachu2333 <mikachu.23333@zohomail.com>
8
* |
9
* Created On : <2023-08-30>
10
- * Last Modified : <2025-08-18>
+ * Last Modified : <2025-08-19>
11
*
12
* Test xy.h
13
* ------------------------------------------------------------*/
@@ -127,8 +127,6 @@ main (int argc, char const *argv[])
127
assert (xy_file_exist (xy_bashrc));
128
}
129
assert (xy_dir_exist ("/etc"));
130
- assert_str (xy_normalize_path ("a\\b c\\d"), "a/b c/d");
131
- assert_str (xy_normalize_path ("a\\b c\\d\\"), "a/b c/d/");
132
133
134
println (xy_normalize_path (" \n ~/haha/test/123 \n\r "));
0 commit comments