mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
fixup! textLinesMutator: Fix insertions with newlines at the end of a line
This commit is contained in:
parent
6d224f55a6
commit
f8b41bacfa
1 changed files with 1 additions and 0 deletions
|
@ -184,6 +184,7 @@ describe('easysync-mutations', function () {
|
||||||
['insert', 'a'],
|
['insert', 'a'],
|
||||||
['insert', 'c\n', 1],
|
['insert', 'c\n', 1],
|
||||||
], ['ac\n']);
|
], ['ac\n']);
|
||||||
|
|
||||||
it('mutatorHasMore', async function () {
|
it('mutatorHasMore', async function () {
|
||||||
const lines = ['1\n', '2\n', '3\n', '4\n'];
|
const lines = ['1\n', '2\n', '3\n', '4\n'];
|
||||||
let mu;
|
let mu;
|
||||||
|
|
Loading…
Reference in a new issue