Tags: VerbalExpressions/JavaVerbalExpressions
Tags
Fixing the handling of (unmatched) optional capture groups (#75) * adding test showing the problematic handling of optional capture groups * do not return "null"-String when an optional capture group is actually not matched * upgrading travis jdk version since it no longer supports jdk's older than 9: > $ ~/bin/install-jdk.sh --target "/home/travis/oraclejdk8" --workspace "/home/travis/.cache/install-jdk" --feature "8" --license "BCL" > Ignoring license option: BCL -- using GPLv2+CE by default > install-jdk.sh 2020-06-02 > Expected feature release number in range of 9 to 16, but got: 8 * we no longer return the "null" string literal * reduce assertions Co-authored-by: Kirill Merkushev <lanwen@yandex.ru> * Update .travis.yml Co-authored-by: Kirill Merkushev <lanwen@yandex.ru>