[jruby-joni] 83/223: Add test case for opPushIfPeekNext.
Hideki Yamane
henrich at moszumanska.debian.org
Mon Nov 16 11:21:52 UTC 2015
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 <lopx at gazeta.pl>
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
More information about the pkg-java-commits
mailing list