From f8b41bacfa878016ca37ce77e95fa5676226c0e2 Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Mon, 29 Nov 2021 22:39:04 -0500 Subject: [PATCH] fixup! textLinesMutator: Fix insertions with newlines at the end of a line --- src/tests/frontend/specs/easysync-mutations.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/frontend/specs/easysync-mutations.js b/src/tests/frontend/specs/easysync-mutations.js index cf988c3b7bc..1cf8d16843f 100644 --- a/src/tests/frontend/specs/easysync-mutations.js +++ b/src/tests/frontend/specs/easysync-mutations.js @@ -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;