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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release01x00/WysiwygPlugin/test/unit/WysiwygPlugin/TranslatorTests.pm

    r5375 r5502  
    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.