diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-06-18 16:22:04 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-06-18 20:35:24 +0100 |
commit | 61ee19336b5db2aee66cf7d7567da758a4e5a858 (patch) | |
tree | ca1cdc4290a3b3b92af2ff216564bec10f688fba /test/functional/messages | |
parent | 64cbf85c850e5e48c6efc0785a0afbf059830773 (diff) | |
download | rspamd-61ee19336b5db2aee66cf7d7567da758a4e5a858.tar.gz rspamd-61ee19336b5db2aee66cf7d7567da758a4e5a858.zip |
[Minor] Add one more case
Diffstat (limited to 'test/functional/messages')
-rw-r--r-- | test/functional/messages/zerofont.eml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/functional/messages/zerofont.eml b/test/functional/messages/zerofont.eml index c5242d95d..06af493fa 100644 --- a/test/functional/messages/zerofont.eml +++ b/test/functional/messages/zerofont.eml @@ -14,5 +14,7 @@ Content-Type: text/html <body class="activity-stream"> <div>fi<span style="FONT-SIZE: 0px">le </span>sh<span style="FONT-SIZE: 0px">aring </span></div> <a href="https://example.com">test url</a> + +<div>foo<div>bar</div>ttt<div>ololo</div>baz</div> </body> </html> |