-------------------------------------------------------------------------------- -- 0400-code-exports.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! -- #tmp677 local make_suite = assert(loadfile('test/test-lib/init/strict.lua'))(...) local test = make_suite("code_exports") test:TODO "write tests"