Skip to content

Commit

Permalink
Merge pull request #1392 from benjamn/remove-useless-lines-test
Browse files Browse the repository at this point in the history
test: remove useless test code
eventualbuddha authored Mar 8, 2024
2 parents 2a9a88b + e47aaed commit 34ca956
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
@@ -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");

0 comments on commit 34ca956

Please sign in to comment.