We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc68d7f commit f10c4b5Copy full SHA for f10c4b5
1 file changed
tests/db.lua
@@ -316,11 +316,6 @@ assert(not debug.getlocal(0, 3))
316
assert(not debug.getlocal(0, 0))
317
318
function f()
319
- print("HERE")
320
- print(debug.getlocal(2,3))
321
- print("THERE")
322
- print(select(2, debug.getlocal(2,3)))
323
- print("EVERYWHERRE")
324
assert(select(2, debug.getlocal(2,3)) == 1)
325
assert(not debug.getlocal(2,4))
326
debug.setlocal(2, 3, 10)
0 commit comments