We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b22533 commit 29807fbCopy full SHA for 29807fb
yazi-shared/src/url/url.rs
@@ -286,7 +286,7 @@ mod tests {
286
assert_eq!(format!("{u:?}"), format!("search://readme:2//root/project{S}examples{S}README.md"));
287
288
let u = u.parent_url().unwrap();
289
- assert_eq!(format!("{u:?}"), "search://readme:1//root/project/examples");
+ assert_eq!(format!("{u:?}"), format!("search://readme:1//root/project{S}examples"));
290
291
292
assert_eq!(format!("{u:?}"), "search://readme//root/project");
0 commit comments