Skip to content

Commit 77b653d

Browse files
authored
pandocomatic: Use language-specific heredocs
1 parent 2a20c7f commit 77b653d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/p/pandocomatic.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ def install
4545
end
4646

4747
test do
48-
(testpath/"test.md").write <<~EOS
48+
(testpath/"test.md").write <<~MARKDOWN
4949
# Homebrew
5050
5151
A package manager for humans. Cats should take a look at Tigerbrew.
52-
EOS
52+
MARKDOWN
5353
expected_html = <<~EOS
5454
<h1 id="homebrew">Homebrew</h1>
5555
<p>A package manager for humans. Cats should take a look at

0 commit comments

Comments
 (0)