Skip to content

Commit

Permalink
test: remove useless test code
Browse files Browse the repository at this point in the history
This was here since the `Lines` class was originally added in 1859d14, but `exports.testBasic` was never defined and so this always was `undefined`.
  • Loading branch information
eventualbuddha committed Mar 8, 2024
1 parent 2a9a88b commit e47aaed
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/lines.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,6 @@ describe("lines", function () {

lines.eachPos(compare);

// Try a bunch of crazy positions to verify equivalence for
// out-of-bounds input positions.
fromString(exports.testBasic).eachPos(compare);

let original = fromString(" ab" + eol + " c"),
indented = original.indentTail(4),
reference = fromString(" ab" + eol + " c");
Expand Down

0 comments on commit e47aaed

Please sign in to comment.