frege: use “squiggly” heredocs.

This commit is contained in:
ilovezfs 2018-02-15 08:11:45 -08:00
parent d0d348ee75
commit 4d01d6aff8

View file

@ -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 ++ "!"