Improve error reporting.

This commit is contained in:
James Roseborough
2010-05-15 17:12:50 +00:00
parent 281c4d7591
commit a6a06776fb
7 changed files with 50 additions and 35 deletions

View File

@@ -8,9 +8,9 @@ local badmsg = 'badmsg '
akey = 'aa'
astring = 'abc'
astrnum = '789'
anumber = 1.23
anumber = 1.25
ainteger = 345
adouble = 123.456
adouble = 12.75
aboolean = true
atable = {[akey]=456}
afunction = function() end