summaryrefslogtreecommitdiff
path: root/modules/aggregator/tests
diff options
context:
space:
mode:
Diffstat (limited to 'modules/aggregator/tests')
-rw-r--r--modules/aggregator/tests/aggregator_test_title_entities.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/aggregator/tests/aggregator_test_title_entities.xml b/modules/aggregator/tests/aggregator_test_title_entities.xml
new file mode 100644
index 000000000..e526e4418
--- /dev/null
+++ b/modules/aggregator/tests/aggregator_test_title_entities.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<rss version="0.91">
+ <channel>
+ <title>Example with Entities</title>
+ <link>http://example.com</link>
+ <description>Example RSS Feed With HTML Entities in Title</description>
+ <language>en-us</language>
+ <item>
+ <title>Quote&quot; Amp&amp;</title>
+ <link>http://example.com/example-turns-one</link>
+ <description>Some text.</description>
+ </item>
+ </channel>
+</rss>