Skip to content

Commit e57fdb4

Browse files
authored
wxlua: Use language-specific heredocs
1 parent 4390980 commit e57fdb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/w/wxlua.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ def install
4444
end
4545

4646
test do
47-
(testpath/"example.wx.lua").write <<~EOS
47+
(testpath/"example.wx.lua").write <<~LUA
4848
require('wx')
4949
print(wxlua.wxLUA_VERSION_STRING)
50-
EOS
50+
LUA
5151

5252
assert_match "wxLua #{version}", shell_output("lua example.wx.lua")
5353
end

0 commit comments

Comments
 (0)