This is an automated email from the git hooks/post-receive script. henrich pushed a commit to branch debian/sid in repository jruby-joni.
commit d6c22ea031eb069b5fb6d8b3f6f0f4590c8656d3 Merge: a779d35 0bbfe42 Author: Marcin Mielzynski <[email protected]> Date: Thu Feb 1 18:14:21 2018 +0100 Merge branch 'master' of https://github.com/jruby/joni src/org/joni/Analyser.java | 8 ++++++-- src/org/joni/Matcher.java | 8 +++++++- test/org/joni/test/TestU8.java | 4 ++++ 3 files changed, 17 insertions(+), 3 deletions(-) diff --cc test/org/joni/test/TestU8.java index 8915175,90d34d2..f933765 --- a/test/org/joni/test/TestU8.java +++ b/test/org/joni/test/TestU8.java @@@ -327,8 -327,8 +327,12 @@@ public class TestU8 extends Test ns("(\\2)(\\1)", ""); + x2s("(?<=fo).*", "foo", 2, 3); + x2s("(?m)(?<=fo).*", "foo", 2, 3); + x2s("(?m)(?<=fo).+", "foo", 2, 3); ++ + x3s("\\(((?:[^(]|\\g<0>)*)\\)", "(abc)(abc)", 1, 4, 1); + x3s("\\(((?:[^(]|\\g<0>)*)\\)", "((abc)(abc))", 1, 11, 1); + x3s("\\(((?:[^(]|(\\g<0>))*)\\)", "((abc)(abc))", 6, 11, 2); } } -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jruby-joni.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

