-- v2.2 Phase 5 (DP) deterministic diff fixture: table library.
local t =
print
print
table.
print
table.
print
local r = table.
print
local s = table.
print
-- table.sort stability isn't guaranteed across impls; use distinct keys
local s2 =
table.
for i, v in ipairs
print
-- pairs iteration order is impl-defined, so only test ipairs (ordered)
local p =
print