MCPcopy Index your code
hub / github.com/Shopify/go-lua / TestTableEqualityNil

Function TestTableEqualityNil

vm_test.go:270–276  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

268}
269
270func TestTableEqualityNil(t *testing.T) {
271 const s = `local b = {} == nil
272 assert(type(b) == "boolean")
273 assert(b == false)`
274
275 testString(t, s)
276}
277
278func TestTableNext(t *testing.T) {
279 l := NewState()

Callers

nothing calls this directly

Calls 1

testStringFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…