GNOME Bugzilla – Bug 640489
$ and ^ do not match lines if G_REGEX_MULTILINE|G_REGEX_DOTALL is set
Last modified: 2011-02-15 05:04:41 UTC
if both G_REGEX_MULTILINE and G_REGEX_DOTALL are set, ^ and $ do not match the start and end of a line. if only G_REGEX_MULTILINE is set it works as expected.
can you give me a testcase ?
Testcase in http://git.gnome.org/browse/glib/commit/?id=a46885242b3566a7f6afa4ca5cf5d3ffcf3d977d seems to show it working fine on my system. Please reopen if you have a testcase that demonstrates your problem.