Add tests for string library functions.

This commit is contained in:
James Roseborough
2008-07-16 17:38:28 +00:00
parent 8f209948f5
commit ec3feacc30
2 changed files with 105 additions and 0 deletions

View File

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