mirror of
https://github.com/corda/corda.git
synced 2025-01-03 19:54:13 +00:00
Verify that String#lastIndexOf handles large fromIndex correctly
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
parent
2ff0178da4
commit
c1ec6020a6
@ -203,6 +203,8 @@ public class Strings {
|
||||
System.getProperty("line.separator").getBytes())));
|
||||
}
|
||||
|
||||
expect("abc".lastIndexOf('b', 100) == 1);
|
||||
|
||||
testTrivialPattern();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user