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> |
||
|---|---|---|
| .. | ||
| data | ||
| CMakeLists.txt | ||
| tst_qtextmarkdownimporter.cpp | ||