|
|
@@ -95,7 +95,7 @@ describe( 'BlockQuoteEditing', () => {
|
|
|
writer.remove( writer.createRangeIn( bq ) );
|
|
|
} );
|
|
|
|
|
|
- expect( editor.getData() ).to.equal( '<p> </p>' ); // Autoparagraphed.
|
|
|
+ expect( editor.getData( { trim: 'none' } ) ).to.equal( '<p> </p>' ); // Autoparagraphed.
|
|
|
} );
|
|
|
|
|
|
it( 'should unwrap a blockQuote if it was inserted into another blockQuote', () => {
|