newlisp: use “squiggly” heredocs.

This commit is contained in:
ilovezfs 2018-02-15 08:11:47 -08:00
parent 2cb8ac4911
commit 0c57ddec8e

View file

@ -37,7 +37,7 @@ class Newlisp < Formula
test do
path = testpath/"test.lsp"
path.write <<-EOS
path.write <<~EOS
(println "hello")
(exit 0)
EOS