Skip to content

Commit

Permalink
fix snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Mar 14, 2024
1 parent 22560bf commit 3fff0a5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ exports[`atom has feed item for each post 1`] = `
]
`;
exports[`atom has feed item for each post trailing slash 1`] = `
exports[`atom has feed item for each post - with trailing slash 1`] = `
[
"<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
Expand Down Expand Up @@ -506,7 +506,7 @@ exports[`json has feed item for each post 1`] = `
]
`;
exports[`json has feed item for each post trailing slash 1`] = `
exports[`json has feed item for each post - with trailing slash 1`] = `
[
"{
"version": "https://jsonfeed.org/version/1",
Expand Down Expand Up @@ -818,7 +818,7 @@ exports[`rss has feed item for each post 1`] = `
]
`;
exports[`rss has feed item for each post trailing slash 1`] = `
exports[`rss has feed item for each post - with trailing slash 1`] = `
[
"<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
Expand Down

0 comments on commit 3fff0a5

Please sign in to comment.