Not sure if this is a bug. Comment Plugin do not process well verbatim tags. It is inserting a 'nop' operator that breaks the functionality of the inserted text if used somewhere else. When verbatim is used it should behave in any context. Example here
Inside verbatim tags
%SEARCH{ "[C]ategory.*value\=.%<nop>URLPARAM{"qCategory" default = "*" }%"
scope="text" type="regex" nosearch="on"
format=" | $formfield(Category) | $formfield(Animal) |" }%
--
EnriqueCadalso - 27 Mar 2009
The example is also in
TestingWrongInsertionInsideVerbatimTags
--
TWiki:Main.EnriqueCadalso
- 27 Mar 2009
Not using comment plugin
%SEARCH{ "[C]ategory.*value\=.%URLPARAM{"qCategory" default = "*" }%"
scope="text" type="regex" nosearch="on"
format=" | $formfield(Category) | $formfield(Animal) |" }%
--
EnriqueCadalso - 27 Mar 2009
I moved the example from the
Sandbox web to the
LitterTray web since the Sandbox web is cleaned up by a script.
--
TWiki:Main.PeterThoeny
- 28 Mar 2009