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 9148fcabf3a468b963fa5a06fc2fbf1ac2d4cfe8 Author: Marcin Mielzynski <[email protected]> Date: Wed Aug 17 02:55:05 2016 +0200 test for jruby/jruby#4077 --- test/org/joni/test/TestU8.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/org/joni/test/TestU8.java b/test/org/joni/test/TestU8.java index 8ff7b6c..de8433a 100644 --- a/test/org/joni/test/TestU8.java +++ b/test/org/joni/test/TestU8.java @@ -97,6 +97,8 @@ public class TestU8 extends Test { x2s("(?<n>x?)(?<n>x?)\\k<n>", "x", 0, 1, Option.IGNORECASE); x2s("(?=((?<x>)(\\k<x>)))", "", 0, 0); + + x2s("a\\g<0>*z", "aaazzz", 0, 6); } public static void main(String[] args) throws Throwable { -- 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

