[jruby-joni] 91/194: enable new tests

Hideki Yamane henrich at moszumanska.debian.org
Thu Feb 1 12:04:30 UTC 2018


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 bc61bcbac3f54ec45e1f38a7d5e47f992a950993
Author: Marcin Mielzynski <lopx at gazeta.pl>
Date:   Wed Jan 3 00:38:00 2018 +0100

    enable new tests
---
 test/org/joni/test/TestU8.java | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/test/org/joni/test/TestU8.java b/test/org/joni/test/TestU8.java
index d8afb03..9a5bdea 100755
--- a/test/org/joni/test/TestU8.java
+++ b/test/org/joni/test/TestU8.java
@@ -237,14 +237,14 @@ public class TestU8 extends Test {
         ns("(?ia)[\\w]+", "\u212a\u017f");
         ns("(?ia)[^\\W]+", "\u212a\u017f");
         x2s("(?ia)[^\\W]+", "ks", 0, 2);
-//        ns("(?iu)\\p{ASCII}", "\u212a");
-//        ns("(?iu)\\P{ASCII}", "s");
-//        ns("(?iu)[\\p{ASCII}]", "\u212a");
-//        ns("(?iu)[\\P{ASCII}]", "s");
-//        ns("(?ia)\\p{ASCII}", "\u212a");
-//        ns("(?ia)\\P{ASCII}", "s");
-//        ns("(?ia)[\\p{ASCII}]", "\u212a");
-//        ns("(?ia)[\\P{ASCII}]", "s");
+        ns("(?iu)\\p{ASCII}", "\u212a");
+        ns("(?iu)\\P{ASCII}", "s");
+        ns("(?iu)[\\p{ASCII}]", "\u212a");
+        ns("(?iu)[\\P{ASCII}]", "s");
+        ns("(?ia)\\p{ASCII}", "\u212a");
+        ns("(?ia)\\P{ASCII}", "s");
+        ns("(?ia)[\\p{ASCII}]", "\u212a");
+        ns("(?ia)[\\P{ASCII}]", "s");
         x2s("(?iu)[s]+", "Ss\u017f ", 0, 4);
         x2s("(?ia)[s]+", "Ss\u017f ", 0, 4);
         x2s("(?iu)[^s]+", "Ss\u017f ", 4, 5);

-- 
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