From 458572edfe87146b41bf7ac54cfa300665aa260d Mon Sep 17 00:00:00 2001 From: "J. King" Date: Fri, 20 Mar 2020 17:57:23 -0400 Subject: [PATCH] RSS people test --- tests/cases/XML/feed-rss2.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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