Changeset 403 for wiki-toolkit-formatter-usemod/trunk/t/usemod.t
- Timestamp:
- 04/12/08 13:16:20 (4 years ago)
- Files:
-
- 1 modified
-
wiki-toolkit-formatter-usemod/trunk/t/usemod.t (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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.
