1//! This probes for an XSS vulnerability in doc.rs 2 3#[cfg(test)] 4mod tests { 5 #[test] 6 fn it_works() { 7 } 8}