You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by he...@apache.org on 2022/12/26 17:45:09 UTC

[commons-jexl] 01/01: Merge pull request #149 from apache/JEXL-390

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

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

commit 9c472655b3630e6079c63aaa46467e1521dfb1d4
Merge: 7a73bd13 465ff25e
Author: Henrib <12...@users.noreply.github.com>
AuthorDate: Mon Dec 26 18:45:04 2022 +0100

    Merge pull request #149 from apache/JEXL-390
    
    JEXL-390: Pragmas should not be statements

 .../org/apache/commons/jexl3/JexlFeatures.java     | 39 ++++++++++++++++++++--
 .../commons/jexl3/parser/FeatureController.java    |  2 +-
 .../apache/commons/jexl3/parser/JexlParser.java    | 19 ++++++++---
 .../org/apache/commons/jexl3/parser/Parser.jjt     |  7 ++--
 .../org/apache/commons/jexl3/FeaturesTest.java     |  8 +++++
 .../org/apache/commons/jexl3/Issues300Test.java    | 22 ++++++++++++
 .../java/org/apache/commons/jexl3/PragmaTest.java  | 15 ++++++++-
 7 files changed, 99 insertions(+), 13 deletions(-)