- Timestamp:
- 08/10/09 14:00:38 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/WysiwygPlugin/test/unit/WysiwygPlugin/ExtendedTranslatorTests.pm
r4295 r4638 164 164 <customtag with="attributes"> 165 165 formatting > preserved 166 </customtag> 167 BLAH 168 }, 169 { 170 exec => $TML2HTML | $ROUNDTRIP, 171 name => 'NestedCustomXmlTagWithAttributes', 172 setup => sub { 173 Foswiki::Plugins::WysiwygPlugin::addXMLTag( 'customtag', 174 sub { 1 } ); 175 }, 176 html => '<p>' 177 . $protecton 178 . '<customtag><br /> formatting > preserved<br />' 179 . ' <customtag><br />' 180 . ' banana < cheese << Elephant;<br />' 181 . ' this&that<br />' 182 . ' </customtag><br />' 183 . '</customtag>' 184 . $protectoff . '</p>', 185 tml => <<BLAH, 186 <customtag> 187 formatting > preserved 188 <customtag> 189 banana < cheese << Elephant; 190 this&that 191 </customtag> 166 192 </customtag> 167 193 BLAH
Note: See TracChangeset
for help on using the changeset viewer.
