qt5base-lts/tests/auto/corelib/tools/qregularexpression
Giuseppe D'Angelo d57731b0d7 QRegularExpression: print a warning if (?J) is used in a pattern
(?J) inside a pattern string can be used to allow or disallow duplicated
capturing group names in the pattern string itself.
Although PCRE supports duplicated names, in Qt we don't yet.

Change-Id: I21cd0c41273cd7ef42870ced3a0fad6ba7035cbc
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2013-02-12 22:40:21 +01:00
..
alwaysoptimize Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
defaultoptimize Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
.gitignore QRegularExpression: add optimizations autotest 2012-03-07 19:18:22 +01:00
qregularexpression.pro QRegularExpression: add optimizations autotest 2012-03-07 19:18:22 +01:00
tst_qregularexpression.cpp QRegularExpression: print a warning if (?J) is used in a pattern 2013-02-12 22:40:21 +01:00
tst_qregularexpression.h QRegularExpression: print a warning if (?J) is used in a pattern 2013-02-12 22:40:21 +01:00