********* Start testing of tst_QTextMarkdownImporter *********
Config: Using QtTest library 6.12.0, Qt 6.12.0 (arm64-little_endian-lp64 shared (dynamic) debug build; by Apple LLVM 16.0.0 (clang-1600.0.26.3)), macos 15.0.0
PASS   : tst_QTextMarkdownImporter::initTestCase()
PASS   : tst_QTextMarkdownImporter::paragraphs()
PASS   : tst_QTextMarkdownImporter::headingBulletsContinuations()
PASS   : tst_QTextMarkdownImporter::thematicBreaks()
PASS   : tst_QTextMarkdownImporter::lists(dot newline)
PASS   : tst_QTextMarkdownImporter::lists(number dot newline)
PASS   : tst_QTextMarkdownImporter::lists(number offset start)
PASS   : tst_QTextMarkdownImporter::lists(second list offset start)
PASS   : tst_QTextMarkdownImporter::lists(list continuation offset start)
PASS   : tst_QTextMarkdownImporter::lists(nested list offset start)
PASS   : tst_QTextMarkdownImporter::lists(offset start after nested list)
PASS   : tst_QTextMarkdownImporter::lists(star newline)
PASS   : tst_QTextMarkdownImporter::lists(hyphen newline)
PASS   : tst_QTextMarkdownImporter::lists(hyphen space newline)
PASS   : tst_QTextMarkdownImporter::lists(hyphen space letter newline)
PASS   : tst_QTextMarkdownImporter::lists(hyphen nbsp newline)
PASS   : tst_QTextMarkdownImporter::lists(nested empty lists)
PASS   : tst_QTextMarkdownImporter::lists(list nested in empty list)
PASS   : tst_QTextMarkdownImporter::lists(lists nested in empty lists)
PASS   : tst_QTextMarkdownImporter::lists(numeric lists nested in empty lists)
PASS   : tst_QTextMarkdownImporter::lists(styled spans in list items)
PASS   : tst_QTextMarkdownImporter::nestedSpans(bold italic)
PASS   : tst_QTextMarkdownImporter::nestedSpans(bold underlined)
PASS   : tst_QTextMarkdownImporter::nestedSpans(italic underlined)
PASS   : tst_QTextMarkdownImporter::nestedSpans(bold strikeout)
PASS   : tst_QTextMarkdownImporter::nestedSpans(italic strikeout)
PASS   : tst_QTextMarkdownImporter::nestedSpans(bold italic strikeout)
PASS   : tst_QTextMarkdownImporter::nestedSpans(bold link text)
PASS   : tst_QTextMarkdownImporter::nestedSpans(italic link text)
PASS   : tst_QTextMarkdownImporter::nestedSpans(bold italic link text)
PASS   : tst_QTextMarkdownImporter::nestedSpans(strikeout link text)
PASS   : tst_QTextMarkdownImporter::nestedSpans(strikeout bold italic link text)
PASS   : tst_QTextMarkdownImporter::nestedSpans(bold image alt)
PASS   : tst_QTextMarkdownImporter::nestedSpans(bold strikeout italic image alt)
PASS   : tst_QTextMarkdownImporter::nestedSpans(code in italic span)
PASS   : tst_QTextMarkdownImporter::nestedSpans(code in italic strikeout bold span)
PASS   : tst_QTextMarkdownImporter::avoidBlankLineAtBeginning(Text block)
PASS   : tst_QTextMarkdownImporter::avoidBlankLineAtBeginning(Headline)
PASS   : tst_QTextMarkdownImporter::avoidBlankLineAtBeginning(Code block)
PASS   : tst_QTextMarkdownImporter::avoidBlankLineAtBeginning(Unordered list)
PASS   : tst_QTextMarkdownImporter::avoidBlankLineAtBeginning(Ordered list)
PASS   : tst_QTextMarkdownImporter::avoidBlankLineAtBeginning(Blockquote)
PASS   : tst_QTextMarkdownImporter::fragmentsAndProperties(entitiesInHtmlFontBlock)
PASS   : tst_QTextMarkdownImporter::fragmentsAndProperties(entitiesInHtmlBoldBlock)
PASS   : tst_QTextMarkdownImporter::pathological(fuzz20450)
PASS   : tst_QTextMarkdownImporter::pathological(fuzz20580)
PASS   : tst_QTextMarkdownImporter::pathological(oss-fuzz-42533775)
PASS   : tst_QTextMarkdownImporter::fencedCodeBlocks(backtick fence with language)
PASS   : tst_QTextMarkdownImporter::fencedCodeBlocks(backtick fence with punctuated language)
PASS   : tst_QTextMarkdownImporter::fencedCodeBlocks(tilde fence with language)
PASS   : tst_QTextMarkdownImporter::fencedCodeBlocks(embedded backticks)
PASS   : tst_QTextMarkdownImporter::frontMatter(yaml + markdown)
PASS   : tst_QTextMarkdownImporter::frontMatter(yaml + markdown with CRLFs)
PASS   : tst_QTextMarkdownImporter::frontMatter(yaml only)
PASS   : tst_QTextMarkdownImporter::frontMatter(malformed 1)
PASS   : tst_QTextMarkdownImporter::frontMatter(malformed 2)
PASS   : tst_QTextMarkdownImporter::frontMatter(malformed 3)
QWARN  : tst_QTextMarkdownImporter::toRawText() Duplicate data tag "backslash in autolink" - please rename.
PASS   : tst_QTextMarkdownImporter::toRawText(punctuation backslash escapes)
PASS   : tst_QTextMarkdownImporter::toRawText(literal backslashes)
PASS   : tst_QTextMarkdownImporter::toRawText(escape to avoid em)
PASS   : tst_QTextMarkdownImporter::toRawText(escape to avoid html)
PASS   : tst_QTextMarkdownImporter::toRawText(escape to avoid link)
PASS   : tst_QTextMarkdownImporter::toRawText(escape to avoid mono)
PASS   : tst_QTextMarkdownImporter::toRawText(escape to avoid num list)
PASS   : tst_QTextMarkdownImporter::toRawText(escape to avoid list)
PASS   : tst_QTextMarkdownImporter::toRawText(escape to avoid heading)
PASS   : tst_QTextMarkdownImporter::toRawText(escape to avoid reflink)
PASS   : tst_QTextMarkdownImporter::toRawText(escape to avoid entity)
PASS   : tst_QTextMarkdownImporter::toRawText(escape backslash only)
PASS   : tst_QTextMarkdownImporter::toRawText(backslash line break)
PASS   : tst_QTextMarkdownImporter::toRawText(backslash in mono span)
PASS   : tst_QTextMarkdownImporter::toRawText(backslash in indented code)
PASS   : tst_QTextMarkdownImporter::toRawText(backslash in fenced code)
PASS   : tst_QTextMarkdownImporter::toRawText(backslash in autolink)
PASS   : tst_QTextMarkdownImporter::toRawText(backslash in autolink)
PASS   : tst_QTextMarkdownImporter::toRawText(escapes in link)
PASS   : tst_QTextMarkdownImporter::toRawText(backslash in code lang)
PASS   : tst_QTextMarkdownImporter::cleanupTestCase()
Totals: 78 passed, 0 failed, 0 skipped, 0 blacklisted, 101ms
********* Finished testing of tst_QTextMarkdownImporter *********
