newlisp: use “squiggly” heredocs.
This commit is contained in:
parent
2cb8ac4911
commit
0c57ddec8e
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ class Newlisp < Formula
|
|||
|
||||
test do
|
||||
path = testpath/"test.lsp"
|
||||
path.write <<-EOS
|
||||
path.write <<~EOS
|
||||
(println "hello")
|
||||
(exit 0)
|
||||
EOS
|
||||
|
|
Loading…
Reference in a new issue