test for single-line ^ within /m
authorDavid Mitchell <davem@iabyn.com>
Fri, 27 Dec 2013 23:16:23 +0000 (23:16 +0000)
committerDavid Mitchell <davem@iabyn.com>
Fri, 7 Feb 2014 22:39:36 +0000 (22:39 +0000)
commit8c33f5791c84c28e0c64bfa1457088a1547250b9
treeb99c71777abd379955bfe5927e024ead10cfd7e7
parentfec6b98abcde89943ff4e8320a305e75c5824b0e
test for single-line ^ within /m

This combo doesn't appear to be tested anywhere; specifically, adding this
in re_intuit_start() didn't trigger the assertion when run against the
test suite:

    if (prog->extflags & RXf_ANCH_BOL)
        assert(!multiline);
t/re/re_tests