This is an automated email from the ASF dual-hosted git repository.

henrib pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git


    from 99426ef3 Merge pull request #411 from apache/JEXL-469
     add ea2c4b85 [JEXL-470] Parser/string correctness fixes
     new 28b91ced Merge pull request #412 from apache/JEXL-470

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/commons/jexl3/internal/Debugger.java    |  3 +-
 .../apache/commons/jexl3/internal/Interpreter.java | 38 +++++++++++--
 .../commons/jexl3/parser/ASTRegexLiteral.java      | 11 +++-
 .../org/apache/commons/jexl3/parser/Parser.jjt     |  4 +-
 .../apache/commons/jexl3/parser/StringParser.java  | 63 +++++++++++++++++++---
 .../commons/jexl3/ArithmeticOperatorTest.java      | 28 ++++++++++
 .../org/apache/commons/jexl3/ArithmeticTest.java   | 38 +++++++++++++
 .../org/apache/commons/jexl3/Issues400Test.java    | 37 +++++++++++++
 .../java/org/apache/commons/jexl3/SwitchTest.java  | 34 ++++++++++++
 .../apache/commons/jexl3/parser/ParserTest.java    | 18 +++++++
 10 files changed, 261 insertions(+), 13 deletions(-)

Reply via email to