From b81a48aeb90e7cff41aca1e23e85cafc5d315562 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 14 Feb 2025 10:41:02 +0000 Subject: [PATCH] tests: Assert that markup-body text is escaped correctly Signed-off-by: Simon McVittie --- tests/test_notification.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/test_notification.py b/tests/test_notification.py index a262f415e..513ac8d78 100644 --- a/tests/test_notification.py +++ b/tests/test_notification.py @@ -160,6 +160,10 @@ def test_markup(self, portals, dbus_con, app_id): 'test Some link', 'test Some link', ), + ( + "<html>", + "<html>", + ), ( '', '',