aboutsummaryrefslogtreecommitdiff
path: root/testes/errors.lua
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2023-08-23 13:49:27 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2023-08-23 13:49:27 -0300
commit5ab6a5756b3c50c99f1388885e9a48a7da8cbe2d (patch)
tree8cee77510f5e919b7c4165370736aac779c8bd77 /testes/errors.lua
parent9b4f39ab14fb2e55345c3d23537d129dac23b091 (diff)
downloadlua-5ab6a5756b3c50c99f1388885e9a48a7da8cbe2d.tar.gz
lua-5ab6a5756b3c50c99f1388885e9a48a7da8cbe2d.tar.bz2
lua-5ab6a5756b3c50c99f1388885e9a48a7da8cbe2d.zip
Bug: Wrong line number for function calls
Diffstat (limited to 'testes/errors.lua')
-rw-r--r--testes/errors.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/testes/errors.lua b/testes/errors.lua
index bf6f389d..b777a329 100644
--- a/testes/errors.lua
+++ b/testes/errors.lua
@@ -392,19 +392,19 @@ lineerror("a\n=\n-\n\nprint\n;", 3)
392 392
393lineerror([[ 393lineerror([[
394a 394a
395( 395( -- <<
39623) 39623)
397]], 1) 397]], 2)
398 398
399lineerror([[ 399lineerror([[
400local a = {x = 13} 400local a = {x = 13}
401a 401a
402. 402.
403x 403x
404( 404( -- <<
40523 40523
406) 406)
407]], 2) 407]], 5)
408 408
409lineerror([[ 409lineerror([[
410local a = {x = 13} 410local a = {x = 13}