We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c24e35 commit 4a0c480Copy full SHA for 4a0c480
src/main/java/com/rampatra/strings/WithoutString.java
@@ -39,7 +39,7 @@ private static String withoutString(String base, String remove) {
39
40
public static void main(String[] args) {
41
Assert.check(withoutString("Hello there", "llo").equals("He there"));
42
- Assert.check(withoutString("THIS is a FISH", "is").equals("TH a FH"));
+ Assert.check(withoutString("THIS is a FISH", "is").equals("TH a FH"));
43
Assert.check(withoutString("xxx", "x").equals(""));
44
}
45
0 commit comments