From b9ceed32bd6aff9e99c361751d14f50ad23ab72c Mon Sep 17 00:00:00 2001 From: cxreiff Date: Mon, 19 Aug 2024 16:53:24 -0700 Subject: [PATCH] added test cases from homebrew's repo --- cargo-dist/src/backend/installer/homebrew.rs | 75 ++++++++++++++++++-- 1 file changed, 68 insertions(+), 7 deletions(-) diff --git a/cargo-dist/src/backend/installer/homebrew.rs b/cargo-dist/src/backend/installer/homebrew.rs index 8a058fbad..044e199ef 100644 --- a/cargo-dist/src/backend/installer/homebrew.rs +++ b/cargo-dist/src/backend/installer/homebrew.rs @@ -239,6 +239,8 @@ pub fn to_homebrew_license_format(app_license: &str) -> Result