[jruby-joni] 02/08: tests for #3538
Hideki Yamane
henrich at moszumanska.debian.org
Fri Dec 25 13:46:01 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 9f945d8a27e7b1e3e72288c7890ee66b745533b4
Author: Marcin Mielzynski <lopx at gazeta.pl>
Date: Sun Dec 13 18:50:11 2015 +0100
tests for #3538
---
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 a9f2b9d..24f1dde 100644
--- a/test/org/joni/test/TestU8.java
+++ b/test/org/joni/test/TestU8.java
@@ -91,6 +91,8 @@ public class TestU8 extends Test {
x2s("x.*\\B", "x", 0, 1);
x2s("foo\\b", "foo", 0, 3);
+
+ x2s("(x?)x*\\1", "x", 0, 1, Option.IGNORECASE);
}
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