Skip to content

Commit 3dfe2bb

Browse files
committed
Fix xy.c
1 parent 978d4c6 commit 3dfe2bb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/xy.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* | Mikachu2333 <[email protected]>
88
* |
99
* Created On : <2023-08-30>
10-
* Last Modified : <2025-08-18>
10+
* Last Modified : <2025-08-19>
1111
*
1212
* Test xy.h
1313
* ------------------------------------------------------------*/
@@ -127,8 +127,6 @@ main (int argc, char const *argv[])
127127
assert (xy_file_exist (xy_bashrc));
128128
}
129129
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/");
132130
}
133131

134132
println (xy_normalize_path (" \n ~/haha/test/123 \n\r "));

0 commit comments

Comments
 (0)