From bb332a589507ee2c2a8d1945c9a84587c14f6c6f Mon Sep 17 00:00:00 2001 From: biwu Date: Fri, 15 Dec 2023 15:37:00 -0800 Subject: [PATCH] fix space --- ...processPastedContentFromWordDesktopTest.ts | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/packages-content-model/roosterjs-content-model-plugins/test/paste/processPastedContentFromWordDesktopTest.ts b/packages-content-model/roosterjs-content-model-plugins/test/paste/processPastedContentFromWordDesktopTest.ts index 1f2fd0cd773..408d2e1163c 100644 --- a/packages-content-model/roosterjs-content-model-plugins/test/paste/processPastedContentFromWordDesktopTest.ts +++ b/packages-content-model/roosterjs-content-model-plugins/test/paste/processPastedContentFromWordDesktopTest.ts @@ -1615,7 +1615,7 @@ describe('processPastedContentFromWordDesktopTest', () => { segments: [ { segmentType: 'Text', - text: ' ', + text: ' ', format: { fontSize: '11pt', lineHeight: '116%', @@ -1636,7 +1636,7 @@ describe('processPastedContentFromWordDesktopTest', () => { segments: [ { segmentType: 'Text', - text: ' ', + text: ' ', format: {}, }, ], @@ -1697,7 +1697,7 @@ describe('processPastedContentFromWordDesktopTest', () => { segments: [ { segmentType: 'Text', - text: ' ', + text: ' ', format: {}, }, ], @@ -1774,7 +1774,7 @@ describe('processPastedContentFromWordDesktopTest', () => { segments: [ { segmentType: 'Text', - text: ' ', + text: ' ', format: {}, }, ], @@ -1808,7 +1808,7 @@ describe('processPastedContentFromWordDesktopTest', () => { segments: [ { segmentType: 'Text', - text: ' ', + text: ' ', format: {}, }, ], @@ -1869,7 +1869,7 @@ describe('processPastedContentFromWordDesktopTest', () => { segments: [ { segmentType: 'Text', - text: ' ', + text: ' ', format: {}, }, ], @@ -1903,7 +1903,7 @@ describe('processPastedContentFromWordDesktopTest', () => { segments: [ { segmentType: 'Text', - text: ' ', + text: ' ', format: {}, }, ], @@ -1964,7 +1964,7 @@ describe('processPastedContentFromWordDesktopTest', () => { segments: [ { segmentType: 'Text', - text: ' ', + text: ' ', format: {}, }, ], @@ -1998,7 +1998,7 @@ describe('processPastedContentFromWordDesktopTest', () => { segments: [ { segmentType: 'Text', - text: ' ', + text: ' ', format: {}, }, ], @@ -2059,7 +2059,7 @@ describe('processPastedContentFromWordDesktopTest', () => { segments: [ { segmentType: 'Text', - text: ' ', + text: ' ', format: {}, }, ], @@ -2093,7 +2093,7 @@ describe('processPastedContentFromWordDesktopTest', () => { segments: [ { segmentType: 'Text', - text: ' ', + text: ' ', format: {}, }, ], @@ -2154,7 +2154,7 @@ describe('processPastedContentFromWordDesktopTest', () => { segments: [ { segmentType: 'Text', - text: ' ', + text: ' ', format: {}, }, ], @@ -2188,7 +2188,7 @@ describe('processPastedContentFromWordDesktopTest', () => { segments: [ { segmentType: 'Text', - text: ' ', + text: ' ', format: {}, }, ], @@ -2249,7 +2249,7 @@ describe('processPastedContentFromWordDesktopTest', () => { segments: [ { segmentType: 'Text', - text: ' ', + text: ' ', format: {}, }, ], @@ -2283,7 +2283,7 @@ describe('processPastedContentFromWordDesktopTest', () => { segments: [ { segmentType: 'Text', - text: ' ', + text: ' ', format: {}, }, ],