mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-09-05 23:49:53 +08:00
test: 修复 windows 单元测试错误 (#164)
This commit is contained in:
@@ -651,7 +651,7 @@ mod tests {
|
|||||||
);
|
);
|
||||||
assert_eq!(
|
assert_eq!(
|
||||||
template
|
template
|
||||||
.path_safe_render("test_path_windows", &json!({"title": "关注永雏/塔菲喵"}))
|
.path_safe_render("test_path_windows", &json!({"title": "关注/永雏塔菲喵"}))
|
||||||
.unwrap(),
|
.unwrap(),
|
||||||
r"关注_永雏塔菲\\test\\a"
|
r"关注_永雏塔菲\\test\\a"
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user