Lines of src/tests.rs from check-in f5ed284f8c that are changed by the sequence of edits moving toward check-in 6ce625a569:
f5ed284f8c 2025-06-21 1: use crate::telegram::encode; f5ed284f8c 2025-06-21 2: f5ed284f8c 2025-06-21 3: #[test] f5ed284f8c 2025-06-21 4: fn check_regex () { f5ed284f8c 2025-06-21 5: let res = encode("-_*[]()~`>#+|{}.!"); f5ed284f8c 2025-06-21 6: assert_eq!(res, "\\-\\_\\*\\[\\]\\(\\)\\~\\`\\>\\#\\+\\|\\{\\}\\.\\!"); f5ed284f8c 2025-06-21 7: }