aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-06-17 07:00:43 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-06-17 07:00:43 +0000
commiteac26d2c8dafab604ef2e97e504326cfaf1033cf (patch)
treea0b53ee062a46c471014b07185229daff2e0162e /test
parent613534c79526e313d6bfd5ffa514797b364dc185 (diff)
downloadluasocket-eac26d2c8dafab604ef2e97e504326cfaf1033cf.tar.gz
luasocket-eac26d2c8dafab604ef2e97e504326cfaf1033cf.tar.bz2
luasocket-eac26d2c8dafab604ef2e97e504326cfaf1033cf.zip
Updated manual timestamps and the added stuffing filters to mime.html.
Diffstat (limited to 'test')
-rw-r--r--test/testmesg.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testmesg.lua b/test/testmesg.lua
index 3e4c28f..d43c189 100644
--- a/test/testmesg.lua
+++ b/test/testmesg.lua
@@ -23,7 +23,7 @@ source = smtp.message{
23 Lines in a message body should always end with CRLF. 23 Lines in a message body should always end with CRLF.
24 The smtp module will *NOT* perform translation. It will 24 The smtp module will *NOT* perform translation. It will
25 perform necessary stuffing, though. 25 perform necessary stuffing, though.
26 ]]) 26 ]])
27 }, 27 },
28 -- second part: Headers describe content the to be an image, 28 -- second part: Headers describe content the to be an image,
29 -- sent under the base64 transfer content encoding. 29 -- sent under the base64 transfer content encoding.