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 <[email protected]>
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

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to