tests/auto/qstring/tst_qstring.cpp
changeset 19 fcece45ef507
parent 18 2f34d5167611
child 30 5dc02b23752f
--- a/tests/auto/qstring/tst_qstring.cpp	Fri Apr 16 15:50:13 2010 +0300
+++ b/tests/auto/qstring/tst_qstring.cpp	Mon May 03 13:17:34 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()