[jruby-joni] 01/02: test for word bound regression

Hideki Yamane henrich at moszumanska.debian.org
Mon Nov 16 11:28:05 UTC 2015


This is an automated email from the git hooks/post-receive script.

henrich pushed a commit to branch master
in repository jruby-joni.

commit 841e94462fa482f682a6e4585ea6c69100c05aec
Author: Marcin Mielzynski <lopx at gazeta.pl>
Date:   Tue Oct 20 18:31:15 2015 +0200

    test for word bound regression
---
 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 e2c261f..a9f2b9d 100644
--- a/test/org/joni/test/TestU8.java
+++ b/test/org/joni/test/TestU8.java
@@ -89,6 +89,8 @@ public class TestU8 extends Test {
 
         ns("x.*\\b", "x");
         x2s("x.*\\B", "x", 0, 1);
+
+        x2s("foo\\b", "foo", 0, 3);
     }
 
     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