Skip to content

Commit

Permalink
test for word bound regression
Browse files Browse the repository at this point in the history
  • Loading branch information
lopex authored and electrum committed Apr 5, 2019
1 parent 9b7b700 commit 8064187
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/org/joni/test/TestU8.java
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 8064187

Please sign in to comment.