aboutsummaryrefslogtreecommitdiff
path: root/testes/files.lua
diff options
context:
space:
mode:
Diffstat (limited to 'testes/files.lua')
-rw-r--r--testes/files.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/testes/files.lua b/testes/files.lua
index 53edf314..a0ae661c 100644
--- a/testes/files.lua
+++ b/testes/files.lua
@@ -478,7 +478,7 @@ do print("testing flush")
478end 478end
479 479
480 480
481-- test for multipe arguments in 'lines' 481-- test for multiple arguments in 'lines'
482io.output(file); io.write"0123456789\n":close() 482io.output(file); io.write"0123456789\n":close()
483for a,b in io.lines(file, 1, 1) do 483for a,b in io.lines(file, 1, 1) do
484 if a == "\n" then assert(not b) 484 if a == "\n" then assert(not b)