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 5aa050e17248bed52f0301f1dd9a5eabfe547da1 Author: Marcin Mielzynski <[email protected]> Date: Wed May 16 00:51:11 2012 +0200 Add a test. --- 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 3c5ef1a..1f56fac 100644 --- a/test/org/joni/test/TestU8.java +++ b/test/org/joni/test/TestU8.java @@ -69,6 +69,8 @@ public class TestU8 extends Test { x2(pat, str, 0, 4, Option.IGNORECASE); + x2s("^Å{2}$", "ÅÅ", 4, 4); + x2s("^Å{2}$", "ÅÅ", 4, 4, 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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

