https://bz.apache.org/bugzilla/show_bug.cgi?id=64198

Felix Schumacher <felix.schumac...@internetallee.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
           Keywords|                            |FixedInTrunk

--- Comment #3 from Felix Schumacher <felix.schumac...@internetallee.de> ---
commit 89ed2ef64bea7a082171ea8dcc1c9cb1a2e302bf
AuthorDate: Thu Mar 5 21:35:20 2020 +0100

    Allow spaces in ${...} expressions around function calls.

    With this change it is possible to write

     ${ __P(something, 1) }

    where such an expression would previously have resulted in an error.

    Bugzilla Id: 64198
---
 .../apache/jmeter/engine/util/FunctionParser.java  | 14 ++++-
 .../jmeter/engine/util/FunctionParserSpec.groovy   | 62 ++++++++++++++++++++++
 xdocs/changes.xml                                  |  1 +
 3 files changed, 75 insertions(+), 2 deletions(-)

diff --git a/src/core/src/main/java/org/apache/jmeter/engine

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

Reply via email to