Skip to content

Commit 65447ae

Browse files
authored
taskell: Use language-specific heredocs
1 parent 77b653d commit 65447ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/t/taskell.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ def install
4343
end
4444

4545
test do
46-
(testpath/"test.md").write <<~EOS
46+
(testpath/"test.md").write <<~MARKDOWN
4747
## To Do
4848
4949
- A thing
5050
- Another thing
51-
EOS
51+
MARKDOWN
5252

5353
expected = <<~EOS
5454
test.md

0 commit comments

Comments
 (0)