diff options
Diffstat (limited to 'test/clarktown/renderers/quote_block_test.clj')
| -rw-r--r-- | test/clarktown/renderers/quote_block_test.clj | 2 |
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 |
