diff options
| author | Asko Nomm <asko@bien.ee> | 2022-04-07 12:02:42 +0200 |
|---|---|---|
| committer | Asko Nomm <asko@bien.ee> | 2022-04-07 12:02:42 +0200 |
| commit | ba7a4eaa4e22e9d2213d5911cc275b3a7f702376 (patch) | |
| tree | 73c7b1e4e2d4edf785efbf841fd5666d6526c1c2 /test/clarktown/core_test.clj | |
| parent | 7da1fada8dd795543e12c6aa0371cc1149a42be6 (diff) | |
Add ability to create bold-italic text by using three consecutive asterisk or underscores (re #5).
Diffstat (limited to 'test/clarktown/core_test.clj')
| -rw-r--r-- | test/clarktown/core_test.clj | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
