Merge pull request #2586 from riking/another-test

Extra test for spanning italics
This commit is contained in:
Robin Ward 2014-07-25 16:16:33 -04:00
commit 870288f6b1
1 changed files with 1 additions and 0 deletions

View File

@ -278,6 +278,7 @@ test("bold and italics", function() {
test("New Lines", function() {
cooked("_abc\ndef_", "<p><em>abc<br>def</em></p>", "it allows markup to span new lines");
cooked("_abc\n\ndef_", "<p>_abc</p>\n\n<p>def_</p>", "it does not allow markup to span new paragraphs");
});
test("Oneboxing", function() {