Correct CharSequenceUtils.indexOf(CS, CS, i) to where it would stop short of finding...
commit6de7682124cb9918b4f1bf0c27595897f72e5add
authorStephanie Gawroriski <xer@multiphasicapps.net>
Wed, 12 Oct 2022 02:20:59 +0000 (12 02:20 +0000)
committerStephanie Gawroriski <xer@multiphasicapps.net>
Wed, 12 Oct 2022 02:20:59 +0000 (12 02:20 +0000)
tree109297c7eeabcbaa55e95bbb21e23f9acff815dc
parentb4dcc6aa9c58f79fbc8bb089c8bbcb26d3a78403
Correct CharSequenceUtils.indexOf(CS, CS, i) to where it would stop short of finding a match where the looked for string is exactly at the end of the target string.
modules/cldc-compact/src/main/java/cc/squirreljme/runtime/cldc/util/CharSequenceUtils.java
modules/cldc-compact/src/test/java/lang/TestStringStringIndexOf.java [new file with mode: 0644]
modules/cldc-compact/src/test/resources/lang/TestStringStringIndexOf.in [new file with mode: 0644]