tests/auto/qstring/tst_qstring.cpp
branchRCL_3
changeset 7 3f74d0d4af4c
parent 4 3b1da2848fc7
--- a/tests/auto/qstring/tst_qstring.cpp	Mon Mar 15 12:43:09 2010 +0200
+++ b/tests/auto/qstring/tst_qstring.cpp	Thu Apr 08 14:19:33 2010 +0300
@@ -3503,7 +3503,10 @@
                         << QString("\\b") << 3 << 3
                         << int(QString::SectionDefault)
                         << QString("is") << true;
-
+    QTest::newRow( "task257941-rx" ) << QString("99.0 42.3")
+                        << QString("\\s*[AaBb]\\s*") << 1 << 1
+                        << int(QString::SectionIncludeLeadingSep)
+                        << QString() << true;
 }
 
 void tst_QString::section()