Artifact a1bc3992a0dd75f03fc1ba4ec5377f286d79def38d975ff333e9eb57a514112f:
- File test/rand.lua — part of check-in [82178e0a16] at 2020-08-16 02:05:40 on branch trunk — changes, merges, additions galore (user: lexi, size: 232) [annotate] [blame] [check-ins using] [more...]
dofile'test/common.lua' local str = dofile "lib/str.lua" local rnd = str.rand(5,45) print(rnd) test('random strings do not match',str.rand(5,45) ~= str.rand(5,45)) test('strings are correct length',#str.rand(44,45) == 45) report()