Skip to content

Commit

Permalink
Update DupTableSetList.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGreatSageEqualToHeaven authored Mar 27, 2024
1 parent 037545d commit 47a31a5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/Staging/DupTableSetList.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ local c = {
a, a, a, a, a, a, a, a, a, a, a, a, a, a, a, a, a, a, a, a, a, a, a, a, a, a, a, a, a, a, a, a, a, a, a, a, a, a, a, a, a, a, a, a
}

print(a,c,#a,#c)
assert(a.a == 1)
assert(a.b == 2)
assert(a.c == 3)
assert(#a == 0)
assert(#c == 44)

OK()

0 comments on commit 47a31a5

Please sign in to comment.