Piotrek Koszuliński %!s(int64=6) %!d(string=hai) anos
pai
achega
42a5ec7d72

+ 1 - 0
packages/ckeditor5-paste-from-office/tests/filters/space.js

@@ -100,6 +100,7 @@ describe( 'PasteFromOffice - filters', () => {
 
 				expect( htmlDocument.body.innerHTML.replace( /'/g, '"' ).replace( /: /g, ':' ) ).to.equal( expected );
 			} );
+
 			it( 'should normalize spaces inside special "span.spacerun" elements that contain no data', () => {
 				const input = '<p> <span style=\'mso-spacerun:yes\'>   </span>Foo</p>' +
 					'<p> Baz <span style=\'mso-spacerun:yes\'></span></p>';