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 5c5bf5b9a9542cad93a4ebcde90e489eca0d6eb4 Author: Marcin Mielzynski <[email protected]> Date: Thu Feb 16 19:41:09 2012 +0100 Add test case for opPushIfPeekNext. --- test/org/joni/test/TestA.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/org/joni/test/TestA.java b/test/org/joni/test/TestA.java index 3d477a0..fd58a1e 100644 --- a/test/org/joni/test/TestA.java +++ b/test/org/joni/test/TestA.java @@ -473,6 +473,8 @@ public class TestA extends Test { x3s(pat, str, 21, 27, 5, Option.EXTEND); x2s("(a)b\\k<1>", "aba", 0, 3); + x2s("^(?>(?=a)(a|))++$", "a", 0, 1); + } 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

