Changeset 403
- Timestamp:
- 04/12/08 13:16:20 (4 years ago)
- Location:
- wiki-toolkit-formatter-usemod/trunk
- Files:
-
- 2 modified
-
Changes (modified) (1 diff)
-
t/usemod.t (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wiki-toolkit-formatter-usemod/trunk/Changes
r401 r403 1 1 0.21 2 2 Made Test::MockObject optional. 3 Skip tests broken by Text::WikiFormat bug 4 (see http://www.wiki-toolkit.org/ticket/12) 3 5 4 6 0.20 6 June 2006 -
wiki-toolkit-formatter-usemod/trunk/t/usemod.t
r401 r403 115 115 $html = $formatter->format($wikitext, $wiki); 116 116 117 SKIP: { 118 skip "Broken by Text::WikiFormat bug http://rt.cpan.org/Public/Bug/Display.html?id=34402", 5; 119 117 120 like( $html, qr|<a href="wiki.pl\?Extended_Link">Extended Link</a>|, 118 121 "extended links work" ); … … 126 129 "...and titled nodes with trailing whitespace are munged correctly " 127 130 . "before formatting" ); 131 132 } # end SKIP 128 133 129 134 # Test with unmunged URLs.
