diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/testmesg.lua | 2 |
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. |