This commit is contained in:
三咲雅 misaki masa 2026-07-13 01:44:16 +08:00
parent f3763c9d2a
commit b84a386297
No known key found for this signature in database

View file

@ -53,6 +53,8 @@ pub fn max_common_root(urls: &[UrlBuf]) -> usize {
#[cfg(unix)]
#[test]
fn test_max_common_root() {
yazi_shared::init_tests();
fn assert(input: &[&str], expected: &str) {
use std::{ffi::OsStr, str::FromStr};
let urls: Vec<_> =