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 d4d2c3f commit e7636feCopy full SHA for e7636fe
tests/test_fs_service.rs
@@ -1080,9 +1080,6 @@ fn search_files_content() {
1080
and exhibited clearly, with Watso\d*n a label attached."#,
1081
);
1082
1083
- fs::copy("/Users/ahashemi/Ali/proj/rust-mcp-stack/rust-mcp-filesystem/target/debug/librust_mcp_filesystem.d",
1084
- temp_dir.as_path().join("dir_search").join("xyz.txt")).unwrap();
1085
-
1086
let query = r#"Watso\d*n"#;
1087
1088
let results = service
0 commit comments