diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/clarktown/parsers/link_and_image_test.clj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/clarktown/parsers/link_and_image_test.clj b/test/clarktown/parsers/link_and_image_test.clj index eadfc58..5630306 100644 --- a/test/clarktown/parsers/link_and_image_test.clj +++ b/test/clarktown/parsers/link_and_image_test.clj @@ -6,8 +6,8 @@ (deftest link-test (testing "Creating a link" - (is (= (link-and-image/render "[This is a link.](https://example.com)" nil) - "<a href=\"https://example.com\">This is a link.</a>")) + (is (= (link-and-image/render "[This is a link](https://example.com)" nil) + "<a href=\"https://example.com\">This is a link</a>")) (is (= (link-and-image/render "[x] [label](link)" nil) "[x] <a href=\"link\">label</a>")) |
