global: use “squiggly” heredocs.

This commit is contained in:
ilovezfs 2018-02-15 08:11:45 -08:00
parent b9ac1ab6e6
commit 35e4fae4b7

View file

@ -79,7 +79,7 @@ class Global < Formula
void cfunc (void) {int cvar = c2func(); }")
EOS
if build.with?("pygments") || build.with?("ctags")
(testpath/"test.py").write <<-EOS
(testpath/"test.py").write <<~EOS
def py2func ():
return 0
def pyfunc ():