aboutsummaryrefslogtreecommitdiff
path: root/testes/errors.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug in line info. when using 'not' operatorRoberto Ierusalimschy2018-07-111-2/+19
| | | | | | | | | 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.
* Added manual and tests for version 5.4-w2Roberto Ierusalimschy2018-07-091-0/+554