Skip to content

Commit

Permalink
add missing >
Browse files Browse the repository at this point in the history
  • Loading branch information
heitorPB committed Jul 29, 2023
1 parent 596f7f1 commit 45c6b9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/site/tests/site.rs
Original file line number Diff line number Diff line change
Expand Up @@ -687,8 +687,8 @@ fn can_build_feeds() {
assert!(file_contains!(public, "posts/tutorials/programming/atom.xml", "Baz Doe"));

// Test feeds with extended block
assert!(file_contains!(public, "atom.xml", "<category term=\"Foo tag\"/"));
assert!(file_contains!(public, "atom.xml", "<category term=\"Bar tag\"/"));
assert!(file_contains!(public, "atom.xml", "<category term=\"Foo tag\"/>"));
assert!(file_contains!(public, "atom.xml", "<category term=\"Bar tag\"/>"));
assert!(file_contains!(public, "rss.xml", "<category>Foo tag</category>"));
assert!(file_contains!(public, "rss.xml", "<category>Bar tag</category>"));
}
Expand Down

0 comments on commit 45c6b9c

Please sign in to comment.