TestProcessorFooReplace in 'raw' format
Here is the test page for the 'FooReplace' processor.
This is a sample processor that is used in the [[TBWikiDocumentation]].
== processor block ==
Here is the processor block:
{{{
{{{#!FooReplace
This text has foo, but it ('foo') should be replaced by 'bar' in the output.
football is a fun game.
xxxfooxxxfooxxx
}} }
}}}
== result output ==
Here is the result from the processor:
{{{#!FooReplace
This text has foo, but it ('foo') should be replaced by 'bar' in the output.
football is a fun game.
xxxfooxxxfooxxx
}}}
== expected result ==
The expected output should be:
This text has bar, but it ('bar') should be replaced by 'bar' in the output.
bartball is a fun game.
xxxbarxxxbarxxx