Skip to content

Commit 43d2551

Browse files
committed
improved a test case
1 parent 5fb60e1 commit 43d2551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Spec/Markdown.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ markdownSpec = do
2222
runExtractMetaDescription "foo.\n\nbar." `shouldReturn` "foo. bar."
2323
it "returns only paragraph text" $
2424
runExtractMetaDescription
25-
"```\naaa\nbbb\n```\n`foo`\n\n* something\n * something1\n\n## header\nbar"
25+
"![img](imgur.com)\n```\naaa\nbbb\n```\n`foo`\n\n* something\n * something1\n\n## header\nbar"
2626
`shouldReturn` "foo bar"
2727
describe "Meta Description Truncation" $ do
2828
it "returns without broken word" $

0 commit comments

Comments
 (0)