New test file 'memerr.lua'

Tests for memory-allocation errors moved from 'api.lua' to this new
file, as 'api.lua' was already too big. (Besides, these tests have
nothing to do with the API.)
This commit is contained in:
Roberto Ierusalimschy
2025-03-12 13:52:35 -03:00
parent 808976bb59
commit 4398e488e6
4 changed files with 268 additions and 243 deletions

View File

@@ -28,6 +28,7 @@ $NAME/literals.lua \
$NAME/locals.lua \
$NAME/main.lua \
$NAME/math.lua \
$NAME/memerr.lua \
$NAME/nextvar.lua \
$NAME/pm.lua \
$NAME/sort.lua \