可在模块:Luatest/doc创建此模块的帮助文档
local p = {} function p.hello( frame ) return "Hello, world!" end return p