Changeset 1624
- Timestamp:
- 08/29/06 08:30:01
- Files:
-
- branches/hackathon-summary/plagger/t/core/text.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/hackathon-summary/plagger/t/core/text.t
r1560 r1624 1 1 use t::TestPlagger; 2 plan tests => 1 * blocks;3 2 4 3 test_requires('HTML::FormatText'); 5 4 test_requires('HTML::TreeBuilder'); 6 5 6 plan tests => 1 * blocks; 7 7 filters { input => 'chomp', expected => 'yaml' }; 8 8
