WIP and merge

This commit is contained in:
Anthony 2025-06-27 18:38:25 -04:00
parent 97f4406ef6
commit 1bdde8b2e4
584 changed files with 33536 additions and 17400 deletions

View file

@ -277,7 +277,7 @@ mod tests {
use settings::SettingsStore;
use smol::channel;
use std::{future, path::Path, sync::Arc};
use util::separator;
use util::path;
fn init_test(cx: &mut TestAppContext) {
zlog::init_test();
@ -422,7 +422,7 @@ mod tests {
assert_eq!(
search_result.path.to_string_lossy(),
separator!("fixture/needle.md")
path!("fixture/needle.md")
);
let content = cx