mirror of
https://github.com/stleary/JSON-java.git
synced 2025-08-03 03:15:32 -04:00
fix wrong comment update
This commit is contained in:
parent
ccb4a9b95f
commit
78151beea2
@ -259,7 +259,7 @@ public class JSONTokenerTest {
|
||||
assertEquals(" at index 15 [character number 0 in line 3]", tokener.toString());
|
||||
assertEquals('\n', tokener.next());
|
||||
assertEquals(" at index 16 [character number 0 in line 3]", tokener.toString());
|
||||
// verify stepping back after reading the \n of an \r\n combo doesn't increment the in line incorrectly
|
||||
// verify stepping back after reading the \n of an \r\n combo doesn't increment the line incorrectly
|
||||
tokener.back();
|
||||
assertEquals(" at index 15 [character number 6 in line 2]", tokener.toString());
|
||||
assertEquals('\n', tokener.next());
|
||||
|
Loading…
x
Reference in New Issue
Block a user