commit | abf275af5804c5f76fbe10c5cb1dd3d2e4b04c5b | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sat Sep 17 01:29:58 2016 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sat Sep 17 01:29:58 2016 +0300 |
tree | d5d1e22046efaa0a779f4a387ba8622b900234fe | |
parent | 8761e59f360baefd4cead71d77de48ed91c3cfb7 [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.