//! Invariant: script interpreters produce a NOTE (not WARNING) in the popup.
#[test]fnshell_warning_detects_python(){let interpreters =["python","python3","node","ruby","perl"];assert_eq!(
interpreters.len(),5,"Fix: expected 5 script interpreters in the detection list");}