Skip to content

Commit

Permalink
issue #163 add simple defer case in debugger test
Browse files Browse the repository at this point in the history
  • Loading branch information
dibyendumajumdar committed Jan 11, 2020
1 parent 7f833fa commit 4e3d01e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ravi-tests/debugger_test.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ print(t)

local atable = { t }

defer
print('deferred')
end

local function func_with_varargs(...)
local t = { ... }
print(table.unpack(t))
Expand Down

0 comments on commit 4e3d01e

Please sign in to comment.