t1, t2 = {}, {} assert(tostring(t1) == "table: 1", tostring(t1)) assert(tostring(t2) == "table: 2", tostring(t2)) return true