This is an automated email from the ASF dual-hosted git repository.
henrib pushed a change to branch JEXL-455
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git
from 19633656 JEXL-455: fix #pr comments;
add 5bfc3f33 JEXL-455: fix #pr comments; - fixed lurking bugs involving
resolution of local variables in template expressions; - added tests;
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/commons/jexl3/JxltEngine.java | 14 ++-
.../apache/commons/jexl3/internal/Interpreter.java | 20 ++--
.../commons/jexl3/internal/TemplateEngine.java | 57 ++++------
.../jexl3/internal/TemplateInterpreter.java | 35 +++---
.../commons/jexl3/internal/TemplateScript.java | 10 +-
.../org/apache/commons/jexl3/Issues400Test.java | 118 +++++++++++++++------
6 files changed, 159 insertions(+), 95 deletions(-)