frege: use “squiggly” heredocs.
This commit is contained in:
parent
d0d348ee75
commit
4d01d6aff8
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class Frege < Formula
|
|||
end
|
||||
|
||||
test do
|
||||
(testpath/"test.fr").write <<-EOS
|
||||
(testpath/"test.fr").write <<~EOS
|
||||
module Hello where
|
||||
|
||||
greeting friend = "Hello, " ++ friend ++ "!"
|
||||
|
|
Loading…
Reference in a new issue