diff --git a/tests/cases/XML/feed-rss2.yaml b/tests/cases/XML/feed-rss2.yaml index e82a4a2..67bfa71 100644 --- a/tests/cases/XML/feed-rss2.yaml +++ b/tests/cases/XML/feed-rss2.yaml @@ -395,3 +395,25 @@ Category: - name: 'Category the first' - name: 'Category the second' domain: 'ook eek' + +Authors, editors, and webmasters: + input: > + + jane.doe@example.com (Jane Doe) + john.doe@example.com + Larry + Curly + + output: + format: rss + people: + - name: 'Jane Doe' + mail: 'jane.doe@example.com' + role: author + - name: 'john.doe@example.com' + mail: 'john.doe@example.com' + role: author + - name: Larry + role: editor + - name: Curly + role: webmaster