Skip to content

Commit

Permalink
Fix the test
Browse files Browse the repository at this point in the history
  • Loading branch information
lopex committed Mar 16, 2015
1 parent e8327a9 commit 005b574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/org/joni/test/TestA.java
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ public void test() throws InterruptedException {
x2s("(?<=\\babc)d", " abcd", 4, 5);
x2s("(?<=\\Babc)d", "aabcd", 4, 5);
x2s("([^\\s]+),(.*)+", " xxxx, xxx xxxxxx xxxxxxxxx xxxxxxx, xxxx xxxxx xxxxx ", 1, 62);
x2s(",(.*)+", " xxxx, xxx xxxxxx xxxxxxxxx xxxxxxx, xxxx xxxxx xxxxx ", 5, 52);
x2s(",(.*)+", " xxxx, xxx xxxxxx xxxxxxxxx xxxxxxx, xxxx xxxxx xxxxx ", 5, 62);
}

public static void main(String[] args) throws Throwable{
Expand Down

0 comments on commit 005b574

Please sign in to comment.