We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a20c7f commit 77b653dCopy full SHA for 77b653d
Formula/p/pandocomatic.rb
@@ -45,11 +45,11 @@ def install
45
end
46
47
test do
48
- (testpath/"test.md").write <<~EOS
+ (testpath/"test.md").write <<~MARKDOWN
49
# Homebrew
50
51
A package manager for humans. Cats should take a look at Tigerbrew.
52
- EOS
+ MARKDOWN
53
expected_html = <<~EOS
54
<h1 id="homebrew">Homebrew</h1>
55
<p>A package manager for humans. Cats should take a look at
0 commit comments