diff --git a/test/org/joni/test/TestU8.java b/test/org/joni/test/TestU8.java index 20f3ebe3..e6d6a45e 100644 --- a/test/org/joni/test/TestU8.java +++ b/test/org/joni/test/TestU8.java @@ -82,6 +82,8 @@ public void test() throws InterruptedException { x2s("(?i:\\!\\[CDAb)", "\\![CDAb", 1, 7); ns("x.*\\b", "x"); x2s("x.*\\B", "x", 0, 1); + + x2s("foo\\b", "foo", 0, 3); } public static void main(String[] args) throws Throwable {