We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ed900 commit 16b8d59Copy full SHA for 16b8d59
1 file changed
spec/docx/document_spec.rb
@@ -396,6 +396,10 @@
396
expect(@formatted_line.to_html.scan('<span style="text-decoration:underline;"><strong><em>all</em></strong></span>').size).to eq 1
397
end
398
399
+ it 'should join paragraphs with newlines' do
400
+ expect(@doc.to_html.scan(%(<p style="font-size:11pt;">Normal</p>\n<p style="font-size:11pt;"><em>Italic</em></p>\n<p style="font-size:11pt;"><strong>Bold</strong></p>)).size).to eq 1
401
+ end
402
+
403
404
405
describe 'replacing contents' do
0 commit comments