[jruby-joni] 18/194: add capital R tests
Hideki Yamane
henrich at moszumanska.debian.org
Thu Feb 1 12:04:09 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 2d04fb93b52aa72b8efd8db76b0cf4ab61fa9b74
Author: Marcin Mielzynski <lopx at 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
More information about the pkg-java-commits
mailing list