Skip to content

Commit 75a34a2

Browse files
authored
fix wrong comment update
1 parent 78151be commit 75a34a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/json/junit/JSONTokenerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ public void testNextBackComboWithNewLines() {
254254
assertEquals(" at index 8 [character number 0 in line 2]", tokener.toString());
255255
tokener.skipTo('\r');
256256
assertEquals("skipTo() improperly modifying indexes"," at index 14 [character number 6 in line 2]", tokener.toString());
257-
// verify \r\n combo doesn't increment the in line twice
257+
// verify \r\n combo doesn't increment the line twice
258258
assertEquals('\r', tokener.next());
259259
assertEquals(" at index 15 [character number 0 in line 3]", tokener.toString());
260260
assertEquals('\n', tokener.next());

0 commit comments

Comments
 (0)