X-Git-Url: http://gitweb.fperrin.net/?p=atom.el.git;a=blobdiff_plain;f=atom-tests.el;h=3c5330c7b4e2058637d631cc95f735384f7c49f4;hp=a725a55ac3d607f7bc9e5e04d9870a1a2a3a8218;hb=HEAD;hpb=839c46bcd6ebdfd548fde8a7a88dd84f420bf3af diff --git a/atom-tests.el b/atom-tests.el index a725a55..c822f25 100644 --- a/atom-tests.el +++ b/atom-tests.el @@ -118,7 +118,8 @@ "http://example.org/text" "Some text" (list :updated (atom-parse-time "2024-03-23T01:02:04+0400") - :summary "summary")) + :published (atom-parse-time "2024-03-23T01:02:04+0400") + :summary "Summary")) (atom-add-html-entry my-atom-feed "A HTLM entry" @@ -135,7 +136,7 @@ :summary "

summary...

")) (atom-print my-atom-feed) - (atom-print-as-rss my-atom-feed))) + (atom-print-as-rss my-atom-feed "http://example.org/feed.rss"))) (provide 'atom-tests) ;;; atom-tests.el ends here