mirror of
https://github.com/lua/lua
synced 2026-09-27 00:28:25 +03:00
Details
Several details in code (e.g., moving a variable to the most inner scope that encloses its uses), comments, parameter names, extra tests.
This commit is contained in:
parent
9b7987a9d1
commit
6eb53b7526
13 changed files with 52 additions and 45 deletions
|
|
@ -76,7 +76,7 @@ end
|
|||
|
||||
-- testing constructor sizes
|
||||
local sizes = {0, 1, 2, 3, 4, 5, 7, 8, 9, 15, 16, 17,
|
||||
30, 31, 32, 33, 34, 500, 1000}
|
||||
30, 31, 32, 33, 34, 254, 255, 256, 500, 1000}
|
||||
|
||||
for _, sa in ipairs(sizes) do -- 'sa' is size of the array part
|
||||
local arr = {"return {"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue