We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fb60e1 commit 43d2551Copy full SHA for 43d2551
test/Spec/Markdown.hs
@@ -22,7 +22,7 @@ markdownSpec = do
22
runExtractMetaDescription "foo.\n\nbar." `shouldReturn` "foo. bar."
23
it "returns only paragraph text" $
24
runExtractMetaDescription
25
- "```\naaa\nbbb\n```\n`foo`\n\n* something\n * something1\n\n## header\nbar"
+ "\n```\naaa\nbbb\n```\n`foo`\n\n* something\n * something1\n\n## header\nbar"
26
`shouldReturn` "foo bar"
27
describe "Meta Description Truncation" $ do
28
it "returns without broken word" $
0 commit comments