tasks/eval: test the other silly example titles
This commit is contained in:
parent
008c9c5728
commit
ec9e8096e1
|
@ -679,6 +679,14 @@ mod tests {
|
||||||
label_from_title("libsdl: 1.0.0 -> 1.1.0"),
|
label_from_title("libsdl: 1.0.0 -> 1.1.0"),
|
||||||
Vec::<String>::new()
|
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!(
|
assert_eq!(
|
||||||
label_from_title("fix build on bsd"),
|
label_from_title("fix build on bsd"),
|
||||||
vec![String::from("6.topic: bsd")]
|
vec![String::from("6.topic: bsd")]
|
||||||
|
|
Loading…
Reference in a new issue