commit | 48ab735ca518b6cb3aef6ea1662182aba3f89253 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sat Sep 17 01:30:48 2016 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sat Sep 17 01:30:48 2016 +0300 |
tree | ac84d30b122552692fd22795d388fb818103cfe2 | |
parent | 4712dc879a543344406a2982e2e70d1756b9263b [diff] | |
parent | abf275af5804c5f76fbe10c5cb1dd3d2e4b04c5b [diff] |
Issue #22493: Warning message emitted by using inline flags in the middle of regular expression now contains a (truncated) regex pattern. Patch by Tim Graham.