Versions in this module Expand all Collapse all v1 v1.1.1 Jan 24, 2017 v1.1.0 Jan 13, 2017 Changes in this version + func Assert(t *testing.T, ok bool, msg ...interface{}) + func AssertBlock(t *testing.T, l *lua.State, blk string, v interface{}) + func AssertTyp(t *testing.T, l *lua.State, typ lua.TypeID, styp lua.STypeID, idx int) + func Assertf(t *testing.T, ok bool, format string, msg ...interface{}) + func MkState() *lua.State