1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-21 10:37:58 +03:00
mal/lua/tests
Joel Martin a68c26aff8 lua: update to version 5.2
- Update to support the new behavior of varargs and table.pack/unpack
  in lua 5.2
- Bump up the stack overflow test since lua 5.2 seems to support much
  larger stacks before overflow.
- Fix a latent issue in if forms where false in the 4th position would
  result in nil returned. Add a new test to catch this in the future.
2019-01-28 13:31:28 -06:00
..
step5_tco.mal lua: update to version 5.2 2019-01-28 13:31:28 -06:00
stepA_mal.mal Runtest should fail on bad test data. Fix interop tests. 2019-01-28 10:27:41 -06:00