Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
6.2.3, 6.3.0 Beta1
-
None
-
-
04a60bb033 (qt/qtbase/dev) 04a60bb033 (qt/tqtc-qtbase/dev) eacb3f18a8 (qt/qtbase/6.3) eacb3f18a8 (qt/tqtc-qtbase/6.3) eacb3f18a8 (qt/qtbase/6.3.1)
Description
1: FAIL! : tst_QTextMarkdownWriter::fromHtml(preformats with embedded backticks) Compared values are not the same
1: Actual (output) : "none `one` ``two``\n\n```three``` ````four````\n\nplain\n\n"
1: Expected (expectedOutput): "``` none `one` ``two`` ```\n\n````` ```three``` ````four```` `````\n\nplain\n\n"
1: Loc: [/home/papetaja/SSD1T/QNX/qt5/qtbase/tests/auto/gui/text/qtextmarkdownwriter/tst_qtextmarkdownwriter.cpp(491)]
Attachments
Issue Links
- is duplicated by
-
QTBUG-100981 tst_QTextMarkdownWriter::fromHtml(preformats with embedded backticks) fails on Wayland
- Closed
- relates to
-
QTBUG-89819 tst_qmarkdown tests fail on QEMU ARMv7
- Closed
-
QTBUG-99676 markdown (and html) import/export should not rely on use of a fixed-pitched font to remember a `monospace` span
- Closed
- resulted from
-
QTBUG-103484 rich text gets converted to monospace in CI because QFontDatabase::GeneralFont is "Sans Serif" and is monospace
- Reported