This commit is contained in:
2025-05-25 11:18:12 +00:00
parent 58f4a123d2
commit 5b33623c2d
15 changed files with 832 additions and 764 deletions

View File

@ -143,7 +143,7 @@ tap.test('CCMD-04: DATA - should handle special characters and encoding', async
from: 'sender@example.com',
to: 'recipient@example.com',
subject: 'Special Characters Test "Quotes" & More',
text: 'Special characters: © ® ™ € £ ¥ • … « » " " ' '',
text: 'Special characters: © ® ™ € £ ¥ • … « » " " \' \'',
html: '<p>Unicode: 你好世界 🌍 🚀 ✉️</p>'
});