summaryrefslogtreecommitdiff
path: root/test/clarktown/renderers/quote_block_test.clj
diff options
context:
space:
mode:
authorAsko Nõmm <asko@bien.ee>2022-04-21 19:13:02 +0300
committerAsko Nõmm <asko@bien.ee>2022-04-21 19:13:02 +0300
commit04821d8be5d773153718948454c864495704f67b (patch)
tree2b4bf3433ca40f30d0dbd282895e70021a769eda /test/clarktown/renderers/quote_block_test.clj
parenta178a0b1867cb5194a1a2cd4f6e01ac261bfa4b7 (diff)
Send correctors to each render as well
Diffstat (limited to 'test/clarktown/renderers/quote_block_test.clj')
-rw-r--r--test/clarktown/renderers/quote_block_test.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/clarktown/renderers/quote_block_test.clj b/test/clarktown/renderers/quote_block_test.clj
index 33a7495..1065a85 100644
--- a/test/clarktown/renderers/quote_block_test.clj
+++ b/test/clarktown/renderers/quote_block_test.clj
@@ -6,5 +6,5 @@
(deftest quote-block-block-renderer-test
(testing "Creating a quote block line"
- (is (= (quote-block/render "> First line\n> second line" nil)
+ (is (= (quote-block/render "> First line\n> second line" nil nil)
"<blockquote>First line\nsecond line</blockquote>")))) \ No newline at end of file