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 2d04fb93b52aa72b8efd8db76b0cf4ab61fa9b74
Author: Marcin Mielzynski <l...@gazeta.pl>
Date:   Sun Dec 17 21:36:00 2017 +0100

    add capital R tests
---
 test/org/joni/test/TestU8.java | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/test/org/joni/test/TestU8.java b/test/org/joni/test/TestU8.java
index b5c54e6..f0d0076 100644
--- a/test/org/joni/test/TestU8.java
+++ b/test/org/joni/test/TestU8.java
@@ -85,6 +85,10 @@ public class TestU8 extends Test {
         x2s("\\R", "\u2028", 0, 3);
         x2s("\\R", "\u2029", 0, 3);
 
+        x2s("\\A\\R\\z", "\r", 0, 1);
+        x2s("\\A\\R\\z", "\n", 0, 1);
+        x2s("\\A\\R\\z", "\r\n", 0, 2);
+
         x2s("\\X", "\u306F\u309A\n", 0, 3);
 
         ns("x.*\\b", "x");

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/jruby-joni.git

_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to