mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
5cd877be7f
The rest lhs variable has to be an empty array if rhs is an array with less elements than pre + post lhs variables. The codegen generated OP_ARRAY with an invalid length (such as 127 for *a, b = []) because rn was negative.
Running Tests
To run the tests, execute the following from the project's root directory.
$ make test