oops checked in a broken test

This commit is contained in:
Sam 2017-07-07 11:08:04 -04:00
parent 436b894f7a
commit 74f6894606
1 changed files with 0 additions and 7 deletions

View File

@ -658,13 +658,6 @@ HTML
expect(PrettyText.cook('(tm)')).to eq('<p>(tm)</p>')
end
it 'does not typographer text blocks' do
SiteSetting.enable_markdown_typographer = true
expect(PrettyText.cook('```text\n"test"\n```')).to eq('<p></p>')
end
it 'handles onebox correctly' do
expect(PrettyText.cook("http://a.com\nhttp://b.com").split("onebox").length).to eq(3)
expect(PrettyText.cook("http://a.com\n\nhttp://b.com").split("onebox").length).to eq(3)