tasks/eval: test the other silly example titles

This commit is contained in:
Cole Helbling 2022-03-15 18:45:01 -07:00
parent 008c9c5728
commit ec9e8096e1

View file

@ -679,6 +679,14 @@ mod tests {
label_from_title("libsdl: 1.0.0 -> 1.1.0"),
Vec::<String>::new()
);
assert_eq!(
label_from_title("darwini: init at 1.0.0"),
Vec::<String>::new()
);
assert_eq!(
label_from_title("sigmacosine: init at 1.0.0"),
Vec::<String>::new()
);
assert_eq!(
label_from_title("fix build on bsd"),
vec![String::from("6.topic: bsd")]