[jruby-joni] 185/194: cover OPCode.EXACTMBN
Hideki Yamane
henrich at moszumanska.debian.org
Thu Feb 1 12:04:39 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 187fe59014682d9b66f6eab0cd7c68e51ddda40e
Author: Marcin Mielzynski <lopx at gazeta.pl>
Date: Wed Jan 24 21:53:00 2018 +0100
cover OPCode.EXACTMBN
---
test/org/joni/test/TestU8.java | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/test/org/joni/test/TestU8.java b/test/org/joni/test/TestU8.java
index 97aa18c..148a60c 100755
--- a/test/org/joni/test/TestU8.java
+++ b/test/org/joni/test/TestU8.java
@@ -312,5 +312,10 @@ public class TestU8 extends Test {
x2s("(?~abc|def)x", "abcx", 1, 4);
x2s("(?~abc|def)x", "defx", 1, 4);
x2s("^(?~\\S+)TEST", "TEST", 0, 4);
+
+ x2s("𠜎𠜱", "𠜎𠜱", 0, 8);
+ x2s("𠜎?𠜱", "𠜎𠜱", 0, 8);
+ x2s("𠜎*𠜱", "𠜎𠜱", 0, 8);
+ x2s("𠜎{3}", "𠜎𠜎𠜎", 0, 12);
}
}
--
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