From 3dfe2bb3cf00d74c4ee9cf15a8286e3da95e1c92 Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Tue, 19 Aug 2025 09:52:16 +0800 Subject: [PATCH] Fix xy.c --- test/xy.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/xy.c b/test/xy.c index 3abf3fc..a3b57f9 100644 --- a/test/xy.c +++ b/test/xy.c @@ -7,7 +7,7 @@ * | Mikachu2333 * | * Created On : <2023-08-30> - * Last Modified : <2025-08-18> + * Last Modified : <2025-08-19> * * Test xy.h * ------------------------------------------------------------*/ @@ -127,8 +127,6 @@ main (int argc, char const *argv[]) assert (xy_file_exist (xy_bashrc)); } assert (xy_dir_exist ("/etc")); - assert_str (xy_normalize_path ("a\\b c\\d"), "a/b c/d"); - assert_str (xy_normalize_path ("a\\b c\\d\\"), "a/b c/d/"); } println (xy_normalize_path (" \n ~/haha/test/123 \n\r "));