mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
style(tests): remove unecessary comment in testMakeHtml
This commit is contained in:
parent
db6f79b08d
commit
51167c810d
|
@ -41,8 +41,6 @@
|
||||||
html = converter.makeHtml(' ' + text);
|
html = converter.makeHtml(' ' + text);
|
||||||
it('should omit extra line after code tag', function () {
|
it('should omit extra line after code tag', function () {
|
||||||
var expectedHtml = '<pre><code>' + text + '</code></pre>';
|
var expectedHtml = '<pre><code>' + text + '</code></pre>';
|
||||||
|
|
||||||
// Compare
|
|
||||||
html.should.equal(expectedHtml);
|
html.should.equal(expectedHtml);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user