Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/m/marked.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Marked < Formula
desc "Markdown parser and compiler built for speed"
homepage "https://marked.js.org/"
url "https://registry.npmjs.org/marked/-/marked-17.0.5.tgz"
sha256 "1aebca0400d160cb1bedca2e271daad0e324503b7e0d0b4b23781ca3293bacce"
url "https://registry.npmjs.org/marked/-/marked-17.0.6.tgz"
sha256 "d0ca499e365edfbdb6df8f769417bd7e9308d142f5e86e6ffe76918db6a399db"
license "MIT"

bottle do
Expand All @@ -16,7 +16,7 @@
bin.install_symlink libexec.glob("bin/*")
end

test do

Check failure on line 19 in Formula/m/marked.rb

View workflow job for this annotation

GitHub Actions / Linux arm64

`brew test --verbose marked` failed on Linux arm64!

/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test.rb:67:in '<main>'

Check failure on line 19 in Formula/m/marked.rb

View workflow job for this annotation

GitHub Actions / Linux x86_64

`brew test --verbose marked` failed on Linux x86_64!

/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test.rb:67:in '<main>'
assert_equal "<p>hello <em>world</em></p>", pipe_output(bin/"marked", "hello *world*").strip
end
end
Loading