vala: use “squiggly” heredocs.
This commit is contained in:
parent
fa6fa4d41f
commit
4f3e315427
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class Vala < Formula
|
|||
test do
|
||||
test_string = "Hello Homebrew\n"
|
||||
path = testpath/"hello.vala"
|
||||
path.write <<-EOS
|
||||
path.write <<~EOS
|
||||
void main () {
|
||||
print ("#{test_string}");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue