Skip to content

Commit eb2bc99

Browse files
committed
#151: Test case with atom author
1 parent 4f57aaf commit eb2bc99

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"items": [
3+
{
4+
"extensions": {
5+
"atom": {
6+
"author": [
7+
{
8+
"name": "author",
9+
"value": "",
10+
"attrs": null,
11+
"children": null,
12+
"parsed": {
13+
"authors": [
14+
{
15+
"name": "Item Author"
16+
}
17+
]
18+
}
19+
}
20+
]
21+
}
22+
}
23+
}
24+
],
25+
"version": "2.0"
26+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!--
2+
Description: rss item with atom author
3+
-->
4+
<rss version="2.0" xmlns:a10="http://www.w3.org/2005/Atom">
5+
<channel>
6+
<item>
7+
<a10:author><a10:name>Item Author</a10:name></a10:author>
8+
</item>
9+
</channel>
10+
</rss>

0 commit comments

Comments
 (0)