-------------------------------------------------------------------------------- -- 0430-code-foreign-globals-lua5_1.lua: -- This file is a part of lua-nucleo library -- Copyright (c) lua-nucleo authors (see file `COPYRIGHT` for the license) -------------------------------------------------------------------------------- -- TODO: Add description! -- TODO: Write tests! -- #tmp680 local make_suite = assert(loadfile('test/test-lib/init/strict.lua'))(...) local test = make_suite("code_foreign_globals_lua5_1") test:TODO "write tests"