********* Start testing of tst_QTextMarkdownWriter *********
Config: Using QtTest library 6.11.0, Qt 6.11.0 (arm64-little_endian-lp64 shared (dynamic) debug build; by Apple LLVM 16.0.0 (clang-1600.0.26.3)), macos 14.3.0
PASS   : tst_QTextMarkdownWriter::initTestCase()
PASS   : tst_QTextMarkdownWriter::testWriteParagraph(empty)
PASS   : tst_QTextMarkdownWriter::testWriteParagraph(spaces)
PASS   : tst_QTextMarkdownWriter::testWriteParagraph(starting spaces)
PASS   : tst_QTextMarkdownWriter::testWriteParagraph(trailing spaces)
PASS   : tst_QTextMarkdownWriter::testWriteParagraph(tab)
PASS   : tst_QTextMarkdownWriter::testWriteParagraph(tab2)
PASS   : tst_QTextMarkdownWriter::testWriteParagraph(misc)
PASS   : tst_QTextMarkdownWriter::testWriteParagraph(misc2)
PASS   : tst_QTextMarkdownWriter::testWriteList()
PASS   : tst_QTextMarkdownWriter::testWriteEmptyList()
PASS   : tst_QTextMarkdownWriter::testWriteCheckboxListItemEndingWithCode()
PASS   : tst_QTextMarkdownWriter::testWriteNestedBulletLists(plain bullets)
PASS   : tst_QTextMarkdownWriter::testWriteNestedBulletLists(bullets with continuation lines)
PASS   : tst_QTextMarkdownWriter::testWriteNestedBulletLists(bullets with continuation paragraphs)
PASS   : tst_QTextMarkdownWriter::testWriteNestedBulletLists(unchecked)
PASS   : tst_QTextMarkdownWriter::testWriteNestedBulletLists(checked)
PASS   : tst_QTextMarkdownWriter::testWriteNestedBulletLists(checked with continuation lines)
PASS   : tst_QTextMarkdownWriter::testWriteNestedBulletLists(checked with continuation paragraphs)
PASS   : tst_QTextMarkdownWriter::testWriteNestedNumericLists()
PASS   : tst_QTextMarkdownWriter::testWriteNumericListWithStart()
PASS   : tst_QTextMarkdownWriter::testWriteTable()
PASS   : tst_QTextMarkdownWriter::frontMatter()
PASS   : tst_QTextMarkdownWriter::charFormatWrapping(FontFixedPitch-spaced)
PASS   : tst_QTextMarkdownWriter::charFormatWrapping(FontFixedPitch-unspaced)
PASS   : tst_QTextMarkdownWriter::charFormatWrapping(FontItalic)
PASS   : tst_QTextMarkdownWriter::charFormatWrapping(FontUnderline)
PASS   : tst_QTextMarkdownWriter::charFormatWrapping(FontStrikeOut)
PASS   : tst_QTextMarkdownWriter::charFormatWrapping(FontWeight-spaced)
PASS   : tst_QTextMarkdownWriter::charFormatWrapping(FontWeight-unspaced)
PASS   : tst_QTextMarkdownWriter::charFormat(FontFixedPitch)
PASS   : tst_QTextMarkdownWriter::charFormat(mono font)
PASS   : tst_QTextMarkdownWriter::charFormat(italic font)
PASS   : tst_QTextMarkdownWriter::charFormat(FontItalic)
PASS   : tst_QTextMarkdownWriter::charFormat(underline font)
PASS   : tst_QTextMarkdownWriter::charFormat(FontUnderline)
PASS   : tst_QTextMarkdownWriter::charFormat(strikeout font)
PASS   : tst_QTextMarkdownWriter::charFormat(FontStrikeOut)
PASS   : tst_QTextMarkdownWriter::charFormat(bold font)
PASS   : tst_QTextMarkdownWriter::charFormat(black font)
PASS   : tst_QTextMarkdownWriter::charFormat(FontWeight)
PASS   : tst_QTextMarkdownWriter::charFormat(AnchorHref)
PASS   : tst_QTextMarkdownWriter::charFormat(TextToolTip)
PASS   : tst_QTextMarkdownWriter::rewriteDocument(block quotes)
PASS   : tst_QTextMarkdownWriter::rewriteDocument(block quotes with lists)
PASS   : tst_QTextMarkdownWriter::rewriteDocument(example)
PASS   : tst_QTextMarkdownWriter::rewriteDocument(list items after headings)
PASS   : tst_QTextMarkdownWriter::rewriteDocument(word wrap)
PASS   : tst_QTextMarkdownWriter::rewriteDocument(links)
PASS   : tst_QTextMarkdownWriter::rewriteDocument(lists and code blocks)
PASS   : tst_QTextMarkdownWriter::rewriteDocument(front matter)
PASS   : tst_QTextMarkdownWriter::rewriteDocument(long headings)
PASS   : tst_QTextMarkdownWriter::fromHtml(long URL)
PASS   : tst_QTextMarkdownWriter::fromHtml(non-emphasis inline asterisk)
PASS   : tst_QTextMarkdownWriter::fromHtml(arithmetic)
PASS   : tst_QTextMarkdownWriter::fromHtml(escaped asterisk after newline)
PASS   : tst_QTextMarkdownWriter::fromHtml(escaped plus after newline)
PASS   : tst_QTextMarkdownWriter::fromHtml(escaped hyphen after newline)
PASS   : tst_QTextMarkdownWriter::fromHtml(list items with indented continuations)
PASS   : tst_QTextMarkdownWriter::fromHtml(nested list items with continuations)
PASS   : tst_QTextMarkdownWriter::fromHtml(nested ordered list items with continuations)
PASS   : tst_QTextMarkdownWriter::fromHtml(thematic break)
PASS   : tst_QTextMarkdownWriter::fromHtml(block quote)
PASS   : tst_QTextMarkdownWriter::fromHtml(image)
PASS   : tst_QTextMarkdownWriter::fromHtml(code)
PASS   : tst_QTextMarkdownWriter::fromHtml(escaped number and paren after single newline)
PASS   : tst_QTextMarkdownWriter::fromHtml(escaped number and paren after double newline)
PASS   : tst_QTextMarkdownWriter::fromHtml(preformats with embedded backticks)
PASS   : tst_QTextMarkdownWriter::fromHtml(list items with and without checkboxes)
PASS   : tst_QTextMarkdownWriter::fromHtml(table with backslash in cell)
PASS   : tst_QTextMarkdownWriter::fromHtml(punctuation)
PASS   : tst_QTextMarkdownWriter::fromHtml(backslash asterisk no emphasis)
PASS   : tst_QTextMarkdownWriter::fromHtml(backslash before emphasis)
PASS   : tst_QTextMarkdownWriter::fromHtml(backslash-asterisk in autolink)
PASS   : tst_QTextMarkdownWriter::fromHtml(plus in fenced code lang)
PASS   : tst_QTextMarkdownWriter::fromPlainTextAndBack(single backslashes)
PASS   : tst_QTextMarkdownWriter::fromPlainTextAndBack(punctuation)
PASS   : tst_QTextMarkdownWriter::fromPlainTextAndBack(literal backslashes)
PASS   : tst_QTextMarkdownWriter::fromPlainTextAndBack(escape to avoid em)
PASS   : tst_QTextMarkdownWriter::fromPlainTextAndBack(escape to avoid html)
PASS   : tst_QTextMarkdownWriter::fromPlainTextAndBack(escape to avoid link)
PASS   : tst_QTextMarkdownWriter::fromPlainTextAndBack(escape to avoid mono)
PASS   : tst_QTextMarkdownWriter::fromPlainTextAndBack(escape to avoid num list)
PASS   : tst_QTextMarkdownWriter::fromPlainTextAndBack(escape to avoid list)
PASS   : tst_QTextMarkdownWriter::fromPlainTextAndBack(escape to avoid heading)
PASS   : tst_QTextMarkdownWriter::fromPlainTextAndBack(escape to avoid reflink)
PASS   : tst_QTextMarkdownWriter::fromPlainTextAndBack(escape to avoid entity)
PASS   : tst_QTextMarkdownWriter::escapeSpecialCharacters(backslash)
PASS   : tst_QTextMarkdownWriter::escapeSpecialCharacters(not emphasized)
PASS   : tst_QTextMarkdownWriter::escapeSpecialCharacters(not code)
PASS   : tst_QTextMarkdownWriter::escapeSpecialCharacters(code fence)
PASS   : tst_QTextMarkdownWriter::escapeSpecialCharacters(not html)
PASS   : tst_QTextMarkdownWriter::escapeSpecialCharacters(not a link)
PASS   : tst_QTextMarkdownWriter::escapeSpecialCharacters(not a circle)
PASS   : tst_QTextMarkdownWriter::escapeSpecialCharacters(not a square)
PASS   : tst_QTextMarkdownWriter::escapeSpecialCharacters(not a bullet)
PASS   : tst_QTextMarkdownWriter::escapeSpecialCharacters(arithmetic)
PASS   : tst_QTextMarkdownWriter::escapeSpecialCharacters(not a list)
PASS   : tst_QTextMarkdownWriter::escapeSpecialCharacters(not a list either)
PASS   : tst_QTextMarkdownWriter::escapeSpecialCharacters(not a heading)
PASS   : tst_QTextMarkdownWriter::escapeSpecialCharacters(a non-entity)
PASS   : tst_QTextMarkdownWriter::cleanupTestCase()
Totals: 102 passed, 0 failed, 0 skipped, 0 blacklisted, 133ms
********* Finished testing of tst_QTextMarkdownWriter *********
