aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick2/qdeclarativestyledtext
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtquick2/qdeclarativestyledtext')
-rw-r--r--tests/auto/qtquick2/qdeclarativestyledtext/tst_qdeclarativestyledtext.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qtquick2/qdeclarativestyledtext/tst_qdeclarativestyledtext.cpp b/tests/auto/qtquick2/qdeclarativestyledtext/tst_qdeclarativestyledtext.cpp
index b09c33302e..2c5c66f280 100644
--- a/tests/auto/qtquick2/qdeclarativestyledtext/tst_qdeclarativestyledtext.cpp
+++ b/tests/auto/qtquick2/qdeclarativestyledtext/tst_qdeclarativestyledtext.cpp
@@ -65,6 +65,7 @@ void tst_qdeclarativestyledtext::textOutput_data()
QTest::newRow("bold") << "<b>bold</b>" << "bold";
QTest::newRow("italic") << "<b>italic</b>" << "italic";
+ QTest::newRow("strong") << "<strong>strong</strong>" << "strong";
QTest::newRow("missing >") << "<b>text</b" << "text";
QTest::newRow("missing b>") << "<b>text</" << "text";
QTest::newRow("missing /b>") << "<b>text<" << "text";