qt5base-lts/tests/auto
Shawn Rutledge 7c76064604 Add QTextDocFragment::to/fromMarkdown() & QTextCursor::insertMarkdown()
Also add the beginnings of an autotest for QTextCursor::insertHtml(),
for comparison purposes.

We can see that the block to be inserted is merged with an existing
block by default rather than being inserted as a new one, with both HTML and
Markdown insertions.  So now we test for leading and trailing newlines
in the markdown to be inserted, to determine whether we need a new block
into which to insert, and to "hit enter" at the end of the insertion.

QSKIP the toMarkdown() comparisons if GeneralFont is mono. This happens
on Boot2Qt systems in CI.

Task-number: QTBUG-76105
Task-number: QTBUG-94462
Task-number: QTBUG-100515
Task-number: QTBUG-103484
Change-Id: I51a05c6a7cd0be4f2817f4a922f45fa663982293
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
2022-05-14 21:32:05 +02:00
..
bic/data Add BiC data for the new way to do BiC testing 2022-05-12 13:33:41 +03:00
cmake CMake: Add deployment auto test 2022-03-16 15:56:17 +01:00
concurrent Tests: Do not depend on transitive includes 2022-03-17 17:14:37 +01:00
corelib Add variadic template overloads for QJniObject/Environment methods 2022-05-13 18:13:49 +02:00
dbus Add test-helper as dependency to tst_qdbusinterface 2022-05-04 12:14:49 +00:00
gui Add QTextDocFragment::to/fromMarkdown() & QTextCursor::insertMarkdown() 2022-05-14 21:32:05 +02:00
guiapplauncher Move QStateMachine from QtCore to QtScxml 2020-08-24 20:10:25 +02:00
network Exclude network tests based on feature 2022-05-11 20:14:39 +02:00
opengl Remove the qmake project files 2021-01-07 15:32:28 +01:00
other Remove remnants of the old Intel C++ compiler 2022-05-11 12:50:08 -07:00
printsupport QtBase: replace windows.h with qt_windows.h 2021-11-23 12:53:46 +08:00
shared Remove false Q_UNREACHABLE from shaping code 2021-02-03 09:44:44 +01:00
sql Replace uses of _qba with _ba 2022-04-07 19:30:17 +02:00
testlib Remove remnants of the old Intel C++ compiler 2022-05-11 12:50:08 -07:00
tools uic: use C string literals for setObjectName() 2022-03-18 18:35:03 +01:00
widgets Add override keyword to avoid warning from compiler 2022-05-13 18:49:05 +00:00
xml Replace remaining uses of deprecated _qs with _s 2022-05-02 12:23:44 +02:00
CMakeLists.txt Only configure one test for wasm 2022-05-12 18:55:04 +02:00
network-settings.h Fix check for IPV6 support without certain features 2022-02-28 22:08:21 +00:00