Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/discover/registry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3521,8 +3521,8 @@ mod tests {

#[test]
fn test_classify_wc_supported() {
// BUG: "wc " was in IGNORED_PREFIXES despite wc_cmd.rs having a full filter.
// This test documents the bug: it must FAIL before the fix and PASS after.
// "wc " was removed from IGNORED_PREFIXES so wc_cmd.rs filter is now active.
// This test verifies the fix is working: wc commands are now classified as Supported.
assert_eq!(
classify_command("wc -l src/main.rs"),
Classification::Supported {
Expand Down