]> gitweb.fperrin.net Git - atom.el.git/blobdiff - atom-tests.el
Add published propety
[atom.el.git] / atom-tests.el
index a725a55ac3d607f7bc9e5e04d9870a1a2a3a8218..c822f25dd10ce38b4d96938f2aba854177900856 100644 (file)
      "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"
           :summary "<p>summary...</p>"))
 
     (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