mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
Extra test for spanning italics
This commit is contained in:
parent
423d37a2b6
commit
5841e10b59
1 changed files with 1 additions and 0 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue