From ec9e8096e15546ca3c2ee9752a5530048a448473 Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Tue, 15 Mar 2022 18:45:01 -0700 Subject: [PATCH] tasks/eval: test the other silly example titles --- ofborg/src/tasks/eval/nixpkgs.rs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ofborg/src/tasks/eval/nixpkgs.rs b/ofborg/src/tasks/eval/nixpkgs.rs index 3ef61e8..7b0edaf 100644 --- a/ofborg/src/tasks/eval/nixpkgs.rs +++ b/ofborg/src/tasks/eval/nixpkgs.rs @@ -679,6 +679,14 @@ mod tests { label_from_title("libsdl: 1.0.0 -> 1.1.0"), Vec::::new() ); + assert_eq!( + label_from_title("darwini: init at 1.0.0"), + Vec::::new() + ); + assert_eq!( + label_from_title("sigmacosine: init at 1.0.0"), + Vec::::new() + ); assert_eq!( label_from_title("fix build on bsd"), vec![String::from("6.topic: bsd")]