File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11class Lychee < Formula
22 desc "Fast, async, resource-friendly link checker"
33 homepage "https://lychee.cli.rs/"
4- url "https://github.com/lycheeverse/lychee/archive/refs/tags/lychee-v0.23 .0.tar.gz"
5- sha256 "0c2c7387f5c8916c8c35ffd6102507663de8645da78579231a403020c34db67b "
4+ url "https://github.com/lycheeverse/lychee/archive/refs/tags/lychee-v0.24 .0.tar.gz"
5+ sha256 "e1a92b9660140f53bdeea26815775c465640b0c09649b1b395f7fd471b057856 "
66 license any_of : [ "Apache-2.0" , "MIT" ]
77 head "https://github.com/lycheeverse/lychee.git" , branch : "master"
88
@@ -26,6 +26,7 @@ def install
2626 test do
2727 ( testpath /"test.md" ) . write "[This](https://example.com) is an example.\n "
2828 output = shell_output ( "#{ bin } /lychee #{ testpath } /test.md" )
29- assert_match "🔍 1 Total (in 0s) ✅ 0 OK 🚫 0 Errors 👻 1 Excluded" , output
29+ assert_match "🔍 1 Total" , output
30+ assert_match "✅ 0 OK 🚫 0 Errors 👻 1 Excluded" , output
3031 end
3132end
You can’t perform that action at this time.
0 commit comments