summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/plugins.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/plugins.js b/test/plugins.js
index 2309395..d10e0b5 100644
--- a/test/plugins.js
+++ b/test/plugins.js
@@ -230,7 +230,7 @@ describe('Plugins', function () {
it('should correctly process unparsable for asciidoc', function() {
return testTpl('.adoc', '{% test %}**hello**{% endtest %}')
.then(function(content) {
- content.should.equal('<div class="paragraph">\n<p>test**hello**test</p>\n</div>\n');
+ content.should.equal('<div class="paragraph">\n<p>test**hello**test</p>\n</div>');
});
});
});