File src/tests.rs artifact d11a56638c on branch trunk
use crate::telegram::encode; #[test] fn check_regex () { let res = encode("-_*[]()~`>#+|{}.!"); assert_eq!(res, "\\-\\_\\*\\[\\]\\(\\)\\~\\`\\>\\#\\+\\|\\{\\}\\.\\!"); }
use crate::telegram::encode; #[test] fn check_regex () { let res = encode("-_*[]()~`>#+|{}.!"); assert_eq!(res, "\\-\\_\\*\\[\\]\\(\\)\\~\\`\\>\\#\\+\\|\\{\\}\\.\\!"); }