aboutsummaryrefslogtreecommitdiff
path: root/testes
diff options
context:
space:
mode:
Diffstat (limited to 'testes')
-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}