You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by pk...@apache.org on 2022/01/26 23:45:15 UTC

[uima-ruta] 01/01: Merge pull request #74 from apache/bugfix/UIMA-6414-Ruta-missing-match-for-optional-after-sidestep-out-of-composed

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

pkluegl pushed a commit to branch maintenance/3.1.x
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git

commit 72c6b0177494b79d6290d4ca4e10f9b026ca0cf7
Merge: 9c0bb3a 84923f4
Author: pkluegl <pk...@apache.org>
AuthorDate: Thu Jan 27 00:45:06 2022 +0100

    Merge pull request #74 from apache/bugfix/UIMA-6414-Ruta-missing-match-for-optional-after-sidestep-out-of-composed
    
    UIMA-6414: Ruta: missing match for optional after sidestep out of composed

 .../apache/uima/ruta/rule/AbstractRuleElement.java | 12 +++++++---
 .../apache/uima/ruta/rule/ComposedRuleElement.java |  3 ++-
 .../org/apache/uima/ruta/rule/RutaRuleElement.java | 24 ++++++++++++++++++-
 .../uima/ruta/ConjunctiveRuleElementTest.java      | 12 +++-------
 .../apache/uima/ruta/rule/ManualAnchoringTest.java | 27 +++++++++++++++++++++-
 .../uima/ruta/rule/SidestepInComposedTest.java     | 14 +++++++++++
 .../ruta/rule/quantifier/MinMaxQuantifierTest.java |  8 +++----
 7 files changed, 81 insertions(+), 19 deletions(-)