diff options
Diffstat (limited to 'testes/db.lua')
-rw-r--r-- | testes/db.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testes/db.lua b/testes/db.lua index 49ff8e3e..fc0db9ea 100644 --- a/testes/db.lua +++ b/testes/db.lua | |||
@@ -624,6 +624,9 @@ local function f (x) | |||
624 | end | 624 | end |
625 | end | 625 | end |
626 | 626 | ||
627 | assert(debug.getinfo(print, 't').istailcall == false) | ||
628 | assert(debug.getinfo(print, 't').extraargs == 0) | ||
629 | |||
627 | function g(x) return f(x) end | 630 | function g(x) return f(x) end |
628 | 631 | ||
629 | function g1(x) g(x) end | 632 | function g1(x) g(x) end |