qt6-bb10/tests/auto/gui/text/qtextmarkdownimporter
Shawn Rutledge 08dde3ac0c Add tst_QTextMarkdownImporter::paragraphs
Test how QTextMarkdownImporter reacts to paragraphs ending with
premature LFs (created by shift-Enter in QTextEdit, for example) and
paragraphs broken by Unicode LineSeparator characters. It turns out that
the u2028's are retained and have the desired effect for rendering.
Currently we don't distinguish auto-wrapped paragraphs from paragraphs
that the user broke manually in QTextEdit (because we use a plain
newline for both).

Task-number: QTBUG-121475
Change-Id: Icaca4dba8be03b37ad6faa40ce1f9dfceadc48a8
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
Reviewed-by: Oliver Eftevaag <oliver.eftevaag@qt.io>
2024-02-29 13:49:27 -07:00
..
data Add tst_QTextMarkdownImporter::paragraphs 2024-02-29 13:49:27 -07:00
CMakeLists.txt Fix frontMatter tests: fixed fonts and testdata 2024-02-02 20:14:45 -07:00
tst_qtextmarkdownimporter.cpp Add tst_QTextMarkdownImporter::paragraphs 2024-02-29 13:49:27 -07:00