mirror of
https://github.com/stleary/JSON-java.git
synced 2025-08-02 11:05:28 -04:00
fix wrong comment update
This commit is contained in:
parent
78151beea2
commit
75a34a246f
@ -254,7 +254,7 @@ public class JSONTokenerTest {
|
||||
assertEquals(" at index 8 [character number 0 in line 2]", tokener.toString());
|
||||
tokener.skipTo('\r');
|
||||
assertEquals("skipTo() improperly modifying indexes"," at index 14 [character number 6 in line 2]", tokener.toString());
|
||||
// verify \r\n combo doesn't increment the in line twice
|
||||
// verify \r\n combo doesn't increment the line twice
|
||||
assertEquals('\r', tokener.next());
|
||||
assertEquals(" at index 15 [character number 0 in line 3]", tokener.toString());
|
||||
assertEquals('\n', tokener.next());
|
||||
|
Loading…
x
Reference in New Issue
Block a user