From 66a7b1394e8156549fbf9072eac3fb962adf1cc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=B4=80=E1=B4=8D=E1=B4=9B=E1=B4=8F=E1=B4=80=E1=B4=87?= =?UTF-8?q?=CA=80?= Date: Fri, 9 Aug 2024 00:02:56 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E4=BF=AE=E5=A4=8D=20windows=20?= =?UTF-8?q?=E5=8D=95=E5=85=83=E6=B5=8B=E8=AF=95=E9=94=99=E8=AF=AF=20(#164)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crates/bili_sync/src/workflow.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bili_sync/src/workflow.rs b/crates/bili_sync/src/workflow.rs index 9d3bb2c..0e98155 100644 --- a/crates/bili_sync/src/workflow.rs +++ b/crates/bili_sync/src/workflow.rs @@ -651,7 +651,7 @@ mod tests { ); assert_eq!( template - .path_safe_render("test_path_windows", &json!({"title": "关注永雏/塔菲喵"})) + .path_safe_render("test_path_windows", &json!({"title": "关注/永雏塔菲喵"})) .unwrap(), r"关注_永雏塔菲\\test\\a" );