Skip to content

Commit

Permalink
fixup! textLinesMutator: Fix insertions with newlines at the end of a…
Browse files Browse the repository at this point in the history
… line
  • Loading branch information
rhansen authored and SamTV12345 committed Jun 3, 2024
1 parent 6d224f5 commit f8b41ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/frontend/specs/easysync-mutations.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ describe('easysync-mutations', function () {
['insert', 'a'],
['insert', 'c\n', 1],
], ['ac\n']);

it('mutatorHasMore', async function () {
const lines = ['1\n', '2\n', '3\n', '4\n'];
let mu;
Expand Down

0 comments on commit f8b41ba

Please sign in to comment.