https://issues.apache.org/bugzilla/show_bug.cgi?id=54832

Philippe Mouawad <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #2 from Philippe Mouawad <[email protected]> ---
it is a feature of function parsing as handled by
FunctionParser.compileString(String).

Backslash is used as an escape character for the function meta-characters '$'
',' and '\'.

At present, one has to double up any backslash characters if a string contains
a function reference.

It's a non-trivial mattter to fix this, and any fix would break existing code.

See the coloured note towards the end of the following section:

http://jmeter.apache.org/usermanual/functions.html#how

*** This bug has been marked as a duplicate of bug 53534 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to