From ba7a4eaa4e22e9d2213d5911cc275b3a7f702376 Mon Sep 17 00:00:00 2001 From: Asko Nomm Date: Thu, 7 Apr 2022 12:02:42 +0200 Subject: Add ability to create bold-italic text by using three consecutive asterisk or underscores (re #5). --- test/clarktown/core_test.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/clarktown') diff --git a/test/clarktown/core_test.clj b/test/clarktown/core_test.clj index 8a2ee58..c4b5ee1 100644 --- a/test/clarktown/core_test.clj +++ b/test/clarktown/core_test.clj @@ -6,5 +6,5 @@ (deftest overall-test (testing "Overall" - (is (= (slurp "./resources/test/core_result.html") - (core/render (slurp "./resources/test/core.md")))))) \ No newline at end of file + (is (= (core/render (slurp "./resources/test/core.md")) + (slurp "./resources/test/core_result.html"))))) \ No newline at end of file -- cgit v1.2.3