- Timestamp:
- 05/27/09 19:54:07 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/WysiwygPlugin/test/unit/WysiwygPlugin/TranslatorTests.pm
r3985 r3986 232 232 </p> 233 233 BLAH 234 tml => '*%RED% =Code= %ENDCOLOR%*'234 tml => '*%RED% =Code= %ENDCOLOR%*' 235 235 }, 236 236 { … … 876 876 </verbatim> Outside', 877 877 }, 878 {879 exec => $TML2HTML | $ROUNDTRIP,880 name => 'verbatimWithNbsp1554',881 html => '<p><pre class="TMLverbatim">&nbsp;</pre></p>',882 tml=> "<verbatim> </verbatim>"883 },878 { 879 exec => $TML2HTML | $ROUNDTRIP, 880 name => 'verbatimWithNbsp1554', 881 html => '<p><pre class="TMLverbatim">&nbsp;</pre></p>', 882 tml => "<verbatim> </verbatim>" 883 }, 884 884 { 885 885 exec => $TML2HTML | $ROUNDTRIP, … … 1613 1613 ' 1614 1614 }, 1615 {1616 exec => $HTML2TML,1617 name => 'mergeStickyItem1667',1618 html => <<'BLAH',1615 { 1616 exec => $HTML2TML, 1617 name => 'mergeStickyItem1667', 1618 html => <<'BLAH', 1619 1619 <div class="WYSIWYG_STICKY">Line 1</div> 1620 1620 <div class="WYSIWYG_STICKY">Line 2</div> 1621 1621 BLAH 1622 tml => "<sticky>Line 1\nLine 2</sticky>"1623 },1624 {1625 exec => $HTML2TML | $ROUNDTRIP,1626 name => 'separateStickyRegions',1627 html => <<'BLAH',1622 tml => "<sticky>Line 1\nLine 2</sticky>" 1623 }, 1624 { 1625 exec => $HTML2TML | $ROUNDTRIP, 1626 name => 'separateStickyRegions', 1627 html => <<'BLAH', 1628 1628 <div class="WYSIWYG_STICKY">Oranges</div> 1629 1629 <p></p> 1630 1630 <div class="WYSIWYG_STICKY">Apples</div> 1631 1631 BLAH 1632 tml => "<sticky>Oranges</sticky>\n\n<sticky>Apples</sticky>"1633 },1632 tml => "<sticky>Oranges</sticky>\n\n<sticky>Apples</sticky>" 1633 }, 1634 1634 { 1635 1635 exec => $TML2HTML, … … 1756 1756 </table> 1757 1757 BLAH 1758 tml => <<'BLAH',1758 tml => <<'BLAH', 1759 1759 | *%RED%Red Heading%ENDCOLOR%* | 1760 1760 | %RED%Red herring%ENDCOLOR% | … … 1770 1770 </table> 1771 1771 BLAH 1772 tml => <<'BLAH',1772 tml => <<'BLAH', 1773 1773 | *%RED% =Redder code= %ENDCOLOR%* | 1774 1774 | %RED% =Red code= %ENDCOLOR% |
Note: See TracChangeset
for help on using the changeset viewer.
