fix: apply Grep filters to direct files

This commit is contained in:
2026-08-30 20:15:01 +09:00
parent 80c1f48f0e
commit 745c6adbf2
4 changed files with 323 additions and 131 deletions
+2 -2
View File
@@ -1944,8 +1944,8 @@ mod tests {
GrepRequest {
pattern: "NEEDLE".into(),
path: WorkdirPath::new("src/main.rs").unwrap(),
glob: None,
file_type: None,
glob: Some("src/*.rs".into()),
file_type: Some("rust".into()),
case_insensitive: false,
before_context: 0,
after_context: 0,