Skip to content

Commit

Permalink
test/ifs: add a testcase for block splitting
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrian Nord authored and Andrian Nord committed Jan 25, 2014
1 parent e0ebe38 commit 33e2876
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/ifs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -622,5 +622,11 @@ if xi then
print ("asd")
end

if xi then
local unlocked_defence_status = x or (y or z) < 100

bar((x and y) or z)
end

--[[
--]]

0 comments on commit 33e2876

Please sign in to comment.