ori marko created JEXL-263:
------------------------------
Summary: Can't declare Local variables in jexl3
Key: JEXL-263
URL: https://issues.apache.org/jira/browse/JEXL-263
Project: Commons JEXL
Issue Type: Bug
Affects Versions: 3.1
Reporter: ori marko
I failed to define Local variables
var x;
I got exception:
{{org.apache.commons.jexl3.JexlException$Parsing: @1:1 parsing error in 'var'
at org.apache.commons.jexl3.JexlEngine.createExpression(JexlEngine.java:304)
~[commons-jexl3-3.1.jar:3.1] at
org.apache.jmeter.functions.Jexl3Function.execute(Jexl3Function.java:94)
[ApacheJMeter_functions.jar:4.0 r1823414] at
org.apache.jmeter.engine.util.CompoundVariable.execute(CompoundVariable.java:137)
[ApacheJMeter_core.jar:4.0 r1823414]}}
relevant question:
https://stackoverflow.com/questions/50021110/jmeter-jexl3-function-cant-declare-local-variables
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)