-------------------------------------------------------------------------------- -- 0420-code-foreign-globals-luajit2.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! -- #tmp679 local make_suite = assert(loadfile('test/test-lib/init/strict.lua'))(...) local test = make_suite("code_foreign_globals_luajit2") test:TODO "write tests"