Ignore:
Timestamp:
11/12/09 18:37:12 (3 years ago)
Author:
MichaelTempest
Message:

Item2352: Use Foswiki's regex instead of a hard-coded regex, so that WysiwygPlugin will alw
ays "see" macros in the same way as Foswiki's renderer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WysiwygPlugin/test/unit/WysiwygPlugin/TranslatorTests.pm

    r5392 r5503  
    13151315        tml  => "fred *%WIKINAME%* fred", 
    13161316        html => "<p>fred <b>$protecton%WIKINAME%$protectoff</b> fred</p>", 
     1317    }, 
     1318    { 
     1319        exec => $TML2HTML | $ROUNDTRIP, 
     1320        name => 'Item2352', 
     1321        tml  => '%Foo%', 
     1322        html => "<p>" . $protecton . '%Foo%' . $protectoff . "</p>" 
    13171323    }, 
    13181324    { 
Note: See TracChangeset for help on using the changeset viewer.