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 9f9939f6f997476e00127c7b1ed013542795822c Author: lopex <[email protected]> Date: Fri Feb 2 11:51:17 2018 +0100 remove dupped test --- test/org/joni/test/TestU8.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/org/joni/test/TestU8.java b/test/org/joni/test/TestU8.java index 6500930..ba2bdd6 100755 --- a/test/org/joni/test/TestU8.java +++ b/test/org/joni/test/TestU8.java @@ -188,8 +188,6 @@ public class TestU8 extends Test { x2s("(?i)(?<=\u0149)a", "\u02bcna", 3, 4); x2s("(?<=(?i)ab)cd", "ABcd", 2, 4); - - x2s("(?<=(?i)ab)cd", "ABcd", 2, 4); x2s("(?<=(?i:ab))cd", "ABcd", 2, 4); ns("(?<=(?i)ab)cd", "ABCD"); ns("(?<=(?i:ab))cd", "ABCD"); -- 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

