Skip to content

Commit

Permalink
phantomjs: use “squiggly” heredocs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovezfs committed Feb 17, 2018
1 parent 6d63746 commit b21e01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/phantomjs.rb
Expand Up @@ -44,7 +44,7 @@ def install

test do
path = testpath/"test.js"
path.write <<-EOS
path.write <<~EOS
console.log("hello");
phantom.exit();
EOS
Expand Down

0 comments on commit b21e01a

Please sign in to comment.