acme: use “squiggly” heredocs.
This commit is contained in:
parent
cb742a7342
commit
89a28e5249
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class Acme < Formula
|
|||
|
||||
test do
|
||||
path = testpath/"a.asm"
|
||||
path.write <<-EOS
|
||||
path.write <<~EOS
|
||||
!to "a.out", cbm
|
||||
* = $c000
|
||||
jmp $fce2
|
||||
|
|
Loading…
Reference in a new issue