- Timestamp:
- 09/15/09 21:30:53 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Release01x00/WysiwygPlugin/test/unit/WysiwygPlugin/TranslatorTests.pm
r4931 r4940 1652 1652 }, 1653 1653 { 1654 exec => $ ROUNDTRIP | $CANNOTWYSIWYG, # SMELL: Fix this case1654 exec => $HTML2TML | $ROUNDTRIP, 1655 1655 name => 'stickyInsideVerbatimItem1980', 1656 1656 tml => <<'GLUED', … … 2158 2158 2159 2159 my $txer = new Foswiki::Plugins::WysiwygPlugin::TML2HTML(); 2160 my $html = $txer->convert( 2161 $tml, 2162 $this->TML_HTMLconverterOptions() 2163 ); 2160 # This conversion can throw an exception. 2161 # This might be expected if $args->{exec} also has $CANNOTWYSIWYG set 2162 my $html = eval { 2163 $txer->convert( 2164 $tml, 2165 $this->TML_HTMLconverterOptions() 2166 ); 2167 }; 2168 $html = $@ if $@; 2164 2169 2165 2170 $txer = new Foswiki::Plugins::WysiwygPlugin::HTML2TML();
Note: See TracChangeset
for help on using the changeset viewer.
