From 0eab8500403053285c3ec5696bdaaf15706b44af Mon Sep 17 00:00:00 2001 From: K1rL3s Date: Sun, 15 Feb 2026 07:40:11 +0300 Subject: [PATCH] feat: Add changelog 1771 --- CHANGES/1771.misc.rst | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CHANGES/1771.misc.rst diff --git a/CHANGES/1771.misc.rst b/CHANGES/1771.misc.rst new file mode 100644 index 00000000..485dcc1a --- /dev/null +++ b/CHANGES/1771.misc.rst @@ -0,0 +1,3 @@ +The tests for `text_decorations` duplicated the tests for `html_markdown` with `type="url"` and `type="text_link"`, but there were no such tests for `markdown_decoration` + +Removed duplicates and added missing tests to markdown_decoration