Changeset 1564
- Timestamp:
- 08/21/06 23:26:51
- Files:
-
- trunk/plagger/t/plugins/Publish-OPML/publish.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plagger/t/plugins/Publish-OPML/publish.t
r1562 r1564 26 26 --- expected 27 27 file_contains($main::output, qr{<opml version="1.0">}); 28 file_contains($main::output, qr{<outline title=" Liftoff News" htmlUrl="http://liftoff.msfc.nasa.gov/" text="webmaster\@example.com" type="rss" xmlUrl="file:///home/hsbt/svn/plagger/t/samples/rss2sample.xml" />});28 file_contains($main::output, qr{<outline title=".*" htmlUrl=".*" text=".*" type=".*" xmlUrl=".*" />}); 29 29
