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 20:50:06 UTC

[uima-ruta] branch bugfix/UIMA-6414-Ruta-missing-match-for-optional-after-sidestep-out-of-composed updated (be1c456 -> ffad5fb)

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

pkluegl pushed a change to branch bugfix/UIMA-6414-Ruta-missing-match-for-optional-after-sidestep-out-of-composed
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git.


    from be1c456  UIMA-6414: Ruta: missing match for optional after sidestep out of composed
     add ffad5fb  UIMA-6414: Ruta: missing match for optional after sidestep out of composed

No new revisions were added by this update.

Summary of changes:
 .../org/apache/uima/ruta/rule/AbstractRuleElement.java     |  5 +++--
 .../org/apache/uima/ruta/rule/ComposedRuleElement.java     |  3 ++-
 .../org/apache/uima/ruta/ConjunctiveRuleElementTest.java   | 12 +++---------
 .../apache/uima/ruta/rule/RutaOptionalRuleElementTest.java | 14 --------------
 .../org/apache/uima/ruta/rule/SidestepInComposedTest.java  | 14 ++++++++++++++
 .../uima/ruta/rule/quantifier/MinMaxQuantifierTest.java    |  8 ++++----
 6 files changed, 26 insertions(+), 30 deletions(-)