[jruby-joni] 06/31: add a test
Hideki Yamane
henrich at moszumanska.debian.org
Sat Feb 24 10:44:58 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 1fe4664127296351f81e55771bb643a9340fcc77
Author: lopex <lopx at gazeta.pl>
Date: Tue Jan 30 11:08:37 2018 +0100
add a test
---
test/org/joni/test/TestU.java | 2 ++
1 file changed, 2 insertions(+)
diff --git a/test/org/joni/test/TestU.java b/test/org/joni/test/TestU.java
index 4f4a2f2..f0ca360 100755
--- a/test/org/joni/test/TestU.java
+++ b/test/org/joni/test/TestU.java
@@ -793,5 +793,7 @@ public class TestU extends Test {
// Case fold exceeding Analyser#THRESHOLD_CASE_FOLD_ALT_FOR_EXPANSION (= 8)
x2s("\u0000\u0041\u0000\u0041\u0000\u0041\u0000\u0041\000\000", "\u0000\u0061\u0000\u0061\u0000\u0061\u0000\u0061\000\000", 0, 8, Option.IGNORECASE);
+
+ x2s("\000[\000\134\000x\000{\0000\000}\000-\000X\000]\000\000", "\0000\000\000", 0, 2, Option.IGNORECASE);
}
}
--
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