diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2019-12-30 11:45:08 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2019-12-30 11:45:08 -0300 |
commit | bd1b87c5790c0c6fe23f76aa360e879922e1e738 (patch) | |
tree | 49978c2dd847c7ff4ec84e1a153ca37deef79e2a /testes/locals.lua | |
parent | d7bb8df8414f71a290c8a4b1c9f7c6fe839a94df (diff) | |
download | lua-bd1b87c5790c0c6fe23f76aa360e879922e1e738.tar.gz lua-bd1b87c5790c0c6fe23f76aa360e879922e1e738.tar.bz2 lua-bd1b87c5790c0c6fe23f76aa360e879922e1e738.zip |
Comments (mosty typos)
Diffstat (limited to 'testes/locals.lua')
-rw-r--r-- | testes/locals.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testes/locals.lua b/testes/locals.lua index b769575f..4f103be9 100644 --- a/testes/locals.lua +++ b/testes/locals.lua | |||
@@ -114,7 +114,7 @@ if rawget(_G, "T") then | |||
114 | local t = T.querytab(a) | 114 | local t = T.querytab(a) |
115 | 115 | ||
116 | for k,_ in pairs(a) do a[k] = undef end | 116 | for k,_ in pairs(a) do a[k] = undef end |
117 | collectgarbage() -- restore GC and collect dead fiels in `a' | 117 | collectgarbage() -- restore GC and collect dead fields in 'a' |
118 | for i=0,t-1 do | 118 | for i=0,t-1 do |
119 | local k = querytab(a, i) | 119 | local k = querytab(a, i) |
120 | assert(k == nil or type(k) == 'number' or k == 'alo') | 120 | assert(k == nil or type(k) == 'number' or k == 'alo') |