lua/testes
Roberto Ierusalimschy 9db4bfed6b Revamp of format validation in 'string.format'
When calling 'sprintf', not all conversion specifiers accept all
flags; some combinations are undefined behavior.
2021-09-03 13:14:56 -03:00
..
libs
all.lua
api.lua
attrib.lua
big.lua
bitwise.lua Bug: Negation in 'luaV_shiftr' may overflow 2021-07-22 13:44:53 -03:00
bwcoercion.lua
calls.lua
closure.lua
code.lua
constructs.lua
coroutine.lua C functions can be tail called, too 2021-06-14 13:28:21 -03:00
cstack.lua
db.lua
errors.lua Added tests for string reuse by the scanner 2021-08-11 11:19:33 -03:00
events.lua
files.lua
gc.lua
gengc.lua
goto.lua
heavy.lua
literals.lua Added tests for string reuse by the scanner 2021-08-11 11:19:33 -03:00
locals.lua Bug: 'local function' can assign to '<const>' variables 2021-06-20 15:36:36 -03:00
main.lua Option '-l' can give a name for the global variable. 2021-08-16 13:57:19 -03:00
math.lua Detail in 'testes/math.lua' 2021-08-18 10:46:18 -03:00
nextvar.lua
packtests
pm.lua
sort.lua
strings.lua Revamp of format validation in 'string.format' 2021-09-03 13:14:56 -03:00
tpack.lua
tracegc.lua
utf8.lua
vararg.lua
verybig.lua