Skip to content

Commit 1b16961

Browse files
authored
sn0int: Use language-specific heredocs
1 parent a3a8cde commit 1b16961

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/s/sn0int.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ def install
3535
end
3636

3737
test do
38-
(testpath/"true.lua").write <<~EOS
38+
(testpath/"true.lua").write <<~LUA
3939
-- Description: basic selftest
4040
-- Version: 0.1.0
4141
-- License: GPL-3.0
4242
4343
function run()
4444
-- nothing to do here
4545
end
46-
EOS
46+
LUA
4747
system bin/"sn0int", "run", "-vvxf", testpath/"true.lua"
4848
end
4949
end

0 commit comments

Comments
 (0)