Almost ready for distribution...
This commit is contained in:
parent
eac26d2c8d
commit
597a062b1b
14 changed files with 323 additions and 161 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue