Skip to content

Commit 5003621

Browse files
committed
test: サンプルニュースに絵文字ありのテストケースを追加
- 🎉 テスト記事③ を追加し、絵文字判定の両パターンをテスト可能に
1 parent fd0a4d5 commit 5003621

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

spec/fixtures/sample_news.rss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,12 @@
1919
<description>サンプル記事の本文②</description>
2020
</item>
2121

22+
<item>
23+
<title>🎉 テスト記事③</title>
24+
<link>https://example.com/articles/3</link>
25+
<pubDate>Wed, 03 Jun 2025 12:00:00 +0900</pubDate>
26+
<description>絵文字ありのサンプル記事の本文③</description>
27+
</item>
28+
2229
</channel>
2330
</rss>

0 commit comments

Comments
 (0)