mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-07-13 06:04:31 +02:00
Almost ready for distribution...
This commit is contained in:
@ -1,13 +1,13 @@
|
||||
smtp = require("smtp")
|
||||
mime = require("mime")
|
||||
|
||||
function test_dot(original, right)
|
||||
local result, n = smtp.dot(2, original)
|
||||
local result, n = mime.dot(2, original)
|
||||
assert(result == right, "->" .. result .. "<-")
|
||||
print("ok")
|
||||
end
|
||||
|
||||
function test_stuff(original, right)
|
||||
local result, n = smtp.dot(2, original)
|
||||
local result, n = mime.dot(2, original)
|
||||
assert(result == right, "->" .. result .. "<-")
|
||||
print("ok")
|
||||
end
|
||||
|
Reference in New Issue
Block a user