Add a test message with Emoji
This commit is contained in:
parent
34e8b6a4eb
commit
da0ffb4a51
2 changed files with 31 additions and 1 deletions
14
test/e2e.ini
14
test/e2e.ini
|
@ -30,7 +30,7 @@ certs: test/certs
|
|||
|
||||
[tests]
|
||||
# Number of "test-*" sections in this file, describing test cases.
|
||||
cases: 15
|
||||
cases: 17
|
||||
e2e_log: test/logs/e2e.log
|
||||
e2e_log_format: %(asctime)s %(pathname)s:%(lineno)d %(levelname)s [%(funcName)s] %(message)s
|
||||
e2e_log_datefmt: %Y-%m-%d %H:%M:%S
|
||||
|
@ -134,3 +134,15 @@ descr: Clear text with UTF-8, PGP/Inline
|
|||
to: bob@disposlab
|
||||
in: test/msgin/utf8-plain.msg
|
||||
out: -----BEGIN PGP MESSAGE-----
|
||||
|
||||
[case-16]
|
||||
descr: Emoji in HTML, cleartext
|
||||
to: carlos@disposlab
|
||||
in: test/msgin/emoji.msg
|
||||
out: <html>
|
||||
|
||||
[case-17]
|
||||
descr: Emoji in HTML, PGP/MIME
|
||||
to: evan@disposlab
|
||||
in: test/msgin/emoji.msg
|
||||
out: -----BEGIN PGP MESSAGE-----
|
||||
|
|
18
test/msgin/emoji.msg
Normal file
18
test/msgin/emoji.msg
Normal file
|
@ -0,0 +1,18 @@
|
|||
Date: Sun, 16 Apr 2023 07:29:45 +0200
|
||||
MIME-Version: 1.0
|
||||
User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:102.0) Gecko/20100101
|
||||
Thunderbird/102.9.0
|
||||
Content-Language: pl
|
||||
To: Carlos <carlos@localhost>
|
||||
From: Dave <dave@localhost>
|
||||
Subject: Emoji test
|
||||
Content-Type: text/html; charset=UTF-8; format=flowed
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
àèéòìù ø Ø 🙂️ 👍️ 🚗️
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue