lua/testes
Roberto Ierusalimschy 4d5de1c1fb Fixed bug in line info. when using 'not' operator
When creating code for a jump on a 'not' condition, the code generator
was removing an instruction (the OP_NOT) without adjusting its
corresponding line information.

This fix also added tests for this case and extra functionality in
the test library to debug line info. structures.
2018-07-11 12:53:23 -03:00
..
libs Added manual and tests for version 5.4-w2 2018-07-09 12:33:01 -03:00
all.lua Added manual and tests for version 5.4-w2 2018-07-09 12:33:01 -03:00
api.lua Added manual and tests for version 5.4-w2 2018-07-09 12:33:01 -03:00
attrib.lua Added manual and tests for version 5.4-w2 2018-07-09 12:33:01 -03:00
big.lua Added manual and tests for version 5.4-w2 2018-07-09 12:33:01 -03:00
bitwise.lua Added manual and tests for version 5.4-w2 2018-07-09 12:33:01 -03:00
bwcoercion.lua Added manual and tests for version 5.4-w2 2018-07-09 12:33:01 -03:00
calls.lua Added manual and tests for version 5.4-w2 2018-07-09 12:33:01 -03:00
closure.lua Added manual and tests for version 5.4-w2 2018-07-09 12:33:01 -03:00
code.lua In tests of opcodes, avoid coercion in bitwise operation 2018-07-10 14:55:16 -03:00
constructs.lua Added manual and tests for version 5.4-w2 2018-07-09 12:33:01 -03:00
coroutine.lua Added manual and tests for version 5.4-w2 2018-07-09 12:33:01 -03:00
db.lua Added manual and tests for version 5.4-w2 2018-07-09 12:33:01 -03:00
errors.lua Fixed bug in line info. when using 'not' operator 2018-07-11 12:53:23 -03:00
events.lua Added manual and tests for version 5.4-w2 2018-07-09 12:33:01 -03:00
files.lua Added manual and tests for version 5.4-w2 2018-07-09 12:33:01 -03:00
gc.lua Added manual and tests for version 5.4-w2 2018-07-09 12:33:01 -03:00
goto.lua Added manual and tests for version 5.4-w2 2018-07-09 12:33:01 -03:00
literals.lua Added manual and tests for version 5.4-w2 2018-07-09 12:33:01 -03:00
locals.lua Added manual and tests for version 5.4-w2 2018-07-09 12:33:01 -03:00
main.lua Added manual and tests for version 5.4-w2 2018-07-09 12:33:01 -03:00
math.lua Fixed bug in OP_IDIVI 2018-07-09 12:41:24 -03:00
nextvar.lua Added manual and tests for version 5.4-w2 2018-07-09 12:33:01 -03:00
pm.lua Added manual and tests for version 5.4-w2 2018-07-09 12:33:01 -03:00
sort.lua Added manual and tests for version 5.4-w2 2018-07-09 12:33:01 -03:00
strings.lua Added manual and tests for version 5.4-w2 2018-07-09 12:33:01 -03:00
tpack.lua Added manual and tests for version 5.4-w2 2018-07-09 12:33:01 -03:00
utf8.lua Added manual and tests for version 5.4-w2 2018-07-09 12:33:01 -03:00
vararg.lua Added manual and tests for version 5.4-w2 2018-07-09 12:33:01 -03:00
verybig.lua Added manual and tests for version 5.4-w2 2018-07-09 12:33:01 -03:00