Add tests for string library functions.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user