- TestCallPluginFunction: verifies DoString calls Lua functions correctly
- add(3,4) → 7, greet('World') → 'Hello, World', get_table() → table
- Full suite: 13 tests, 0 failures
- go build ./... clean
|
||
|---|---|---|
| .. | ||
| core | ||
| gui | ||
| i18n | ||
- TestCallPluginFunction: verifies DoString calls Lua functions correctly
- add(3,4) → 7, greet('World') → 'Hello, World', get_table() → table
- Full suite: 13 tests, 0 failures
- go build ./... clean
|
||
|---|---|---|
| .. | ||
| core | ||
| gui | ||
| i18n | ||