YUEIF6HWQIGNY7TAR62MAZZA6RDS55VXA6E5TUFLBL6O3U6TXRZAC
EJ72J6N2Y2FLX4V7UB2P6MORVVQZILQRZAC4ZYNTMPPA6W6WRKGAC
4FCEKFETVRRY5ZNAO44GFUCEIXYCM3J2MRTUQ7CUYZ2ZHANWI2MAC
(?:\((?P<scope>[[:alnum:]]+(?:-[[:alnum:]]+)*)\))?
(?:\((?P<scope>[[:alnum:]]+(?:[-_/][[:alnum:]]+)*)\))?
fn test_with_alnum_scope() { let msg = "feat(bar2): add a foo to new bar";
fn test_with_alnum_scope() {
let msg = "feat(bar2): add a foo to new bar";
fn test_with_complex_scope() { let msg = "feat(bar2/a_b-C4): add a foo to new bar";
fn test_with_complex_scope() {
let msg = "feat(bar2/a_b-C4): add a foo to new bar";
scope: Some("bar2".into()),
scope: Some("bar2/a_b-C4".into()),