From eee4195e9f81c8e35834014b3fec54f2b507622e Mon Sep 17 00:00:00 2001 From: Palloxin <75091899+Palloxin@users.noreply.github.com> Date: Mon, 15 Jun 2026 20:38:15 +0200 Subject: [PATCH] Update removeExtraParagraphSpacing.test.ts --- __tests__/removeExtraParagraphSpacing.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/__tests__/removeExtraParagraphSpacing.test.ts b/__tests__/removeExtraParagraphSpacing.test.ts index a42d04468..87664b9c3 100644 --- a/__tests__/removeExtraParagraphSpacing.test.ts +++ b/__tests__/removeExtraParagraphSpacing.test.ts @@ -9,8 +9,8 @@ describe('removeExtraParagraphSpacing', () => { }, { id: '#2', - // Including the \u200b zero-width space mentioned in your comments - input: '

bb

\u200b', + // ↓↓ \u200b zero width space + input: '

bb
\u200b

', expected: '

bb

', }, {