MCPcopy Index your code
hub / github.com/yuin/gopher-lua / TestLua

Function TestLua

script_test.go:146–148  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

144}
145
146func TestLua(t *testing.T) {
147 testScriptDir(t, luaTests, "_lua5.1-tests")
148}
149
150func TestMergingLoadNilBug2(t *testing.T) {
151 // there was a bug where the LOADNIL merging optimisation would merge LOADNILs that were the targets of

Callers

nothing calls this directly

Calls 1

testScriptDirFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…