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

@@ -182,6 +182,7 @@ dofile('nextvar.lua')
dofile('pm.lua')
dofile('utf8.lua')
dofile('api.lua')
dofile('memerr.lua')
assert(dofile('events.lua') == 12)
dofile('vararg.lua')
dofile('closure.lua')