lua/testes
Roberto Ierusalimschy 4487c28ced A few more tests for table access in the API
Added tests where the table being accessed is also the index or
value in the operation.
2019-06-25 17:38:58 -03:00
..
libs File 'lib2-v2.so' generated from its own source 2019-05-03 10:36:19 -03:00
all.lua Revamp around 'L->nCcalls' count 2019-06-12 10:31:38 -03:00
api.lua A few more tests for table access in the API 2019-06-25 17:38:58 -03:00
attrib.lua File 'lib2-v2.so' generated from its own source 2019-05-03 10:36:19 -03:00
big.lua
bitwise.lua Removed extra information from RCS keyword strings in tests 2018-10-22 15:20:07 -03:00
bwcoercion.lua
calls.lua 'print' does not call 'tostring' to format its arguments 2019-04-10 12:58:14 -03:00
closure.lua Removed internal cache for closures 2018-11-01 13:21:00 -03:00
code.lua New semantics for the integer 'for' loop 2019-03-19 10:53:18 -03:00
constructs.lua Details 2019-05-28 15:46:49 -03:00
coroutine.lua Details in tests 2019-06-21 10:21:07 -03:00
cstack.lua New function 'setCstacklimit' 2019-06-18 16:52:22 -03:00
db.lua Coroutines do not unwind the stack in case of errors 2019-05-09 11:13:45 -03:00
errors.lua New function 'setCstacklimit' 2019-06-18 16:52:22 -03:00
events.lua Keep correct type for immediate operands in comparisons 2019-03-22 13:37:17 -03:00
files.lua First implementation for 'const' variables 2019-05-17 11:11:44 -03:00
gc.lua Small optimizations in 'string.gsub' 2019-04-11 11:29:16 -03:00
gengc.lua
goto.lua Flag for to-be-closed variables changed to '<toclose>' 2019-05-09 12:10:31 -03:00
heavy.lua Added file 'testes/heavy.lua' 2018-12-14 13:49:02 -02:00
literals.lua Syntax should not allow numbers touching identifiers 2019-04-09 18:40:39 -03:00
locals.lua Details in tests 2019-06-21 10:21:07 -03:00
main.lua Function 'warn' is vararg 2019-06-04 11:22:21 -03:00
math.lua First implementation for 'const' variables 2019-05-17 11:11:44 -03:00
nextvar.lua Details in the implementation of the integer 'for' loop 2019-03-21 16:01:55 -03:00
packtests Added script 'packtests' to the project 2019-06-21 10:46:41 -03:00
pm.lua Small optimizations in 'string.gsub' 2019-04-11 11:29:16 -03:00
sort.lua
strings.lua Details 2019-05-28 15:46:49 -03:00
tpack.lua Optional 'init' argument to 'string.gmatch' 2019-01-08 14:22:32 -02:00
utf8.lua Fixed wrong error message in 'return math.seed(0)' 2019-04-04 16:31:24 -03:00
vararg.lua
verybig.lua