Y2IUROGFTA2S36WITVZPGR5XXO2OWWDPDHHM4QRGTKAQ3QDCRFXQC
PCJW5NAOLUWGKEXPKG6P2CEIVFRP3H4B2L3QVID7SO2XLAA5IBVAC
KPGBRXJOHTJ2FM7X7PH26SNBXOKWRUQU6FVQAACX6A5LO75LKWLQC
Err(_) )) } #[test] fn no_lone_star() { assert!(matches!( parse(b"*"), Err(_) )) } #[test] fn no_lone_plus() { assert!(matches!( parse(b"+"), Err(_) )) } #[test] fn no_lone_question() { assert!(matches!( parse(b"?"),
Err(_)
))
}
#[test]
fn no_lone_star() {
assert!(matches!(
parse(b"*"),
fn no_lone_plus() {
parse(b"+"),
fn no_lone_question() {
parse(b"?"),