Details
-
Bug
-
Resolution: Invalid
-
P2: Important
-
4.5.2
-
None
Description
QRegExp does not follow precedence rules correctly. Matching the string
"test \\" 123"
against the pattern
"(\\\\|\\"|[^"])*"
does not result in
"test \\"
being the first match.