Rm out of bounds

This commit is contained in:
Ariel Davis 2023-05-06 15:11:18 -07:00
parent cc2936b93e
commit ed498b6eff

@ -12,7 +12,6 @@ fn test_line_index() {
(08, 1, 2),
(10, 1, 4),
(11, 1, 5),
(12, 1, 6),
];
let index = LineIndex::new(text);