add test case for end tags that are split with a newline - sfeed_tests - sfeed tests and RSS and Atom files
(HTM) git clone git://git.codemadness.org/sfeed_tests
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit e091160c3125322193bd8f27691c87eaa48cfc93
(DIR) parent 693affdfaa60cbc65558512f52e138733a8a517e
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Fri, 28 Jun 2024 11:44:38 +0200
add test case for end tags that are split with a newline
Diffstat:
A input/sfeed/atom/content_linebreak… | 14 ++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/input/sfeed/atom/content_linebreak_end_tags.xml b/input/sfeed/atom/content_linebreak_end_tags.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feed>
+<entry
+><title
+type="text" bla="2"
+>Chess puzzle book generator</title
+>
+<content type="html"
+>test content<b>bold</b
+></content
+>
+</entry
+>
+</feed>