[jruby-joni] 07/31: test for singlebyte CCLASS_MIX
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 9166c343506d933b4a50fc939177f90dc3363a40
Author: lopex <lopx at gazeta.pl>
Date: Wed Jan 31 10:47:21 2018 +0100
test for singlebyte CCLASS_MIX
---
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 c5cf149..539e3d1 100755
--- a/test/org/joni/test/TestU8.java
+++ b/test/org/joni/test/TestU8.java
@@ -320,6 +320,8 @@ public class TestU8 extends Test {
x2s("[^a\\x{80}]", "x", 0, 1);
ns("[^a\\x{80}]", "a");
+ ns("[a\\x{80}]", "x", Option.CR_7_BIT);
+ x2s("[a\\x{80}]", "a", 0, 1, Option.CR_7_BIT);
x2s("[^a\\x{80}]", "x", 0, 1, Option.CR_7_BIT);
ns("[^a\\x{80}]", "a", Option.CR_7_BIT);
--
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