fixup! textLinesMutator: Fix insertions with newlines at the end of a line

This commit is contained in:
Richard Hansen 2021-11-29 22:39:04 -05:00 committed by SamTV12345
parent 6d224f55a6
commit f8b41bacfa

View file

@ -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;