mirror of
https://github.com/stleary/JSON-java.git
synced 2026-05-19 00:00:46 -04:00
Revert "explain position information numbers in syntax exception"
This reverts commit d69d5e284b.
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user