소스 검색

add test in rss author

master
Wito Chandra 7 년 전
부모
커밋
bce5d7a850
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      test/rss_test.dart
  2. +1
    -0
      test/xml/RSS.xml

+ 1
- 0
test/rss_test.dart 파일 보기

@@ -21,6 +21,7 @@ void main() {
expect(feed.title, "News - Foo bar News");
expect(feed.description, "Foo bar News and Updates feed provided by Foo bar, Inc.");
expect(feed.link, "https://foo.bar.news/");
expect(feed.author, "hello@world.net");
expect(feed.language, "en-US");
expect(feed.lastBuildDate, "Mon, 26 Mar 2018 14:00:00 PDT");
expect(feed.generator, "Custom");


+ 1
- 0
test/xml/RSS.xml 파일 보기

@@ -5,6 +5,7 @@
<channel>
<title>News - Foo bar News</title>
<link>https://foo.bar.news/</link>
<author>hello@world.net</author>
<description>Foo bar News and Updates feed provided by Foo bar, Inc.</description>
<image>
<url>https://foo.bar.news/logo.gif</url>


불러오는 중...
취소
저장