[jruby-joni] 216/223: test cases to word bounds

Hideki Yamane henrich at moszumanska.debian.org
Mon Nov 16 11:22:16 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 3df990afd43056c98db30d53a3e76a5c8d4faeb2
Author: Marcin Mielzynski <lopx at gazeta.pl>
Date:   Thu Oct 15 20:08:59 2015 +0200

    test cases to word bounds
---
 test/org/joni/test/TestU8.java | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/test/org/joni/test/TestU8.java b/test/org/joni/test/TestU8.java
index 9723100..e2c261f 100644
--- a/test/org/joni/test/TestU8.java
+++ b/test/org/joni/test/TestU8.java
@@ -86,6 +86,9 @@ public class TestU8 extends Test {
         x2s("\\R", "\u2029", 0, 3);
 
         x2s("\\X", "\u306F\u309A\n", 0, 3);
+
+        ns("x.*\\b", "x");
+        x2s("x.*\\B", "x", 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