Revert "explain position information numbers in syntax exception"

This reverts commit d69d5e284b.
This commit is contained in:
Simulant
2024-03-27 20:35:43 +01:00
parent 78cdb3d0d6
commit 0fcf352848
10 changed files with 84 additions and 84 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ public class CookieTest {
fail("Expecting an exception");
} catch (JSONException e) {
assertEquals("Expecting an exception message",
"Expected '=' and instead saw '' at index 25 [character number 26 in line 1]",
"Expected '=' and instead saw '' at 25 [character 26 line 1]",
e.getMessage());
}
}