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

fix-textlinesmutator
Richard Hansen 2021-11-29 22:39:04 -05:00
parent d0ac8ec747
commit e36ffb3722
1 changed files with 1 additions and 0 deletions

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;