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/coroutine.lua | |
parent | d7bb8df8414f71a290c8a4b1c9f7c6fe839a94df (diff) | |
download | lua-bd1b87c5790c0c6fe23f76aa360e879922e1e738.tar.gz lua-bd1b87c5790c0c6fe23f76aa360e879922e1e738.tar.bz2 lua-bd1b87c5790c0c6fe23f76aa360e879922e1e738.zip |
Comments (mosty typos)
Diffstat (limited to 'testes/coroutine.lua')
-rw-r--r-- | testes/coroutine.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testes/coroutine.lua b/testes/coroutine.lua index 81d848a3..73333c14 100644 --- a/testes/coroutine.lua +++ b/testes/coroutine.lua | |||
@@ -763,7 +763,7 @@ assert(run(function() return "a" .. "b" .. a .. "c" .. c .. b .. "x" end, | |||
763 | {"concat", "concat", "concat"}) == "ab10chello12x") | 763 | {"concat", "concat", "concat"}) == "ab10chello12x") |
764 | 764 | ||
765 | 765 | ||
766 | do -- a few more tests for comparsion operators | 766 | do -- a few more tests for comparison operators |
767 | local mt1 = { | 767 | local mt1 = { |
768 | __le = function (a,b) | 768 | __le = function (a,b) |
769 | coroutine.yield(10) | 769 | coroutine.yield(10) |