fix: Parse Version from container and remove ostree commit

This commit is contained in:
Gerald Pinder 2025-05-31 00:35:16 -04:00
parent 783b9cb2d6
commit 33bebb5e29
16 changed files with 30 additions and 30 deletions

View file

@ -306,7 +306,7 @@ mod test {
#[case(RECIPE, "/description", (109, 29))]
#[case(RECIPE, "/image-version", (199, 6))]
#[case(RECIPE, "/modules/4/source", (761, 5))]
#[case(RECIPE, "/modules/8/from", (1067, 11))]
#[case(RECIPE, "/modules/8/from", (1040, 11))]
#[case(RECIPE_INVALID, "/image-version", (199, 6))]
fn test_getspan(#[case] file: &str, #[case] path: &str, #[case] expected: (usize, usize)) {
dbg!(path, expected);