diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2022-12-28 18:38:20 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2022-12-28 18:38:20 -0300 |
commit | b5ab31a475ccf5f96c2ffb34fccc1d6592913794 (patch) | |
tree | ef6d2b1844ca672dc81ab4411e37abbef2b7c48f /testes/main.lua | |
parent | 140cdcced5e28bde7a89e88fcae428f318565f1d (diff) | |
parent | 314745ed8438d1276c6c928d5f9d4be018dfadb6 (diff) | |
download | lua-b5ab31a475ccf5f96c2ffb34fccc1d6592913794.tar.gz lua-b5ab31a475ccf5f96c2ffb34fccc1d6592913794.tar.bz2 lua-b5ab31a475ccf5f96c2ffb34fccc1d6592913794.zip |
Merge branch 'master' into nextversion
Diffstat (limited to 'testes/main.lua')
-rw-r--r-- | testes/main.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testes/main.lua b/testes/main.lua index 9c8be580..40cbe548 100644 --- a/testes/main.lua +++ b/testes/main.lua | |||
@@ -339,7 +339,7 @@ prepfile("a = [[b\nc\nd\ne]]\n=a") | |||
339 | RUN([[lua -e"_PROMPT='' _PROMPT2=''" -i < %s > %s]], prog, out) | 339 | RUN([[lua -e"_PROMPT='' _PROMPT2=''" -i < %s > %s]], prog, out) |
340 | checkprogout("b\nc\nd\ne\n\n") | 340 | checkprogout("b\nc\nd\ne\n\n") |
341 | 341 | ||
342 | prompt = "alo" | 342 | local prompt = "alo" |
343 | prepfile[[ -- | 343 | prepfile[[ -- |
344 | a = 2 | 344 | a = 2 |
345 | ]] | 345 | ]] |
@@ -390,7 +390,7 @@ NoRun("error object is a table value", [[lua %s]], prog) | |||
390 | 390 | ||
391 | 391 | ||
392 | -- chunk broken in many lines | 392 | -- chunk broken in many lines |
393 | s = [=[ -- | 393 | local s = [=[ -- |
394 | function f ( x ) | 394 | function f ( x ) |
395 | local a = [[ | 395 | local a = [[ |
396 | xuxu | 396 | xuxu |