mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
- Add tests for basic Lua operations (numbers, strings, booleans) - Add tests for table handling and context data access - Add tests for function execution (simple, recursive, closures) - Add tests for control flow (if/else, for/while loops) - Add tests for logging (log/print capture) - Add tests for error handling (syntax, runtime, explicit) - Add tests for multiple return values and standard library - Coverage improved from 62% to 89% for lua-engine.ts - Overall coverage now at 83% (up from 63%)