#[cfg(test)] mod tests { use super::*; // #[test] // fn test_processing() { // let processor = TextProcessor::new(">> "); // assert_eq!(processor.process("hello"), ">> HELLO"); // } }