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/attrib.lua | |
parent | d7bb8df8414f71a290c8a4b1c9f7c6fe839a94df (diff) | |
download | lua-bd1b87c5790c0c6fe23f76aa360e879922e1e738.tar.gz lua-bd1b87c5790c0c6fe23f76aa360e879922e1e738.tar.bz2 lua-bd1b87c5790c0c6fe23f76aa360e879922e1e738.zip |
Comments (mosty typos)
Diffstat (limited to 'testes/attrib.lua')
-rw-r--r-- | testes/attrib.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testes/attrib.lua b/testes/attrib.lua index 76a447c8..b1076c76 100644 --- a/testes/attrib.lua +++ b/testes/attrib.lua | |||
@@ -28,7 +28,7 @@ do | |||
28 | local path = table.concat(t, ";") | 28 | local path = table.concat(t, ";") |
29 | -- use that path in a search | 29 | -- use that path in a search |
30 | local s, err = package.searchpath("xuxu", path) | 30 | local s, err = package.searchpath("xuxu", path) |
31 | -- search fails; check that message has an occurence of | 31 | -- search fails; check that message has an occurrence of |
32 | -- '??????????' with ? replaced by xuxu and at least 'max' lines | 32 | -- '??????????' with ? replaced by xuxu and at least 'max' lines |
33 | assert(not s and | 33 | assert(not s and |
34 | string.find(err, string.rep("xuxu", 10)) and | 34 | string.find(err, string.rep("xuxu", 10)) and |