https://issues.dlang.org/show_bug.cgi?id=12747

          Issue ID: 12747
           Summary: std.regex bug in the parser allows reference to open
                    groups.
           Product: D
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P1
         Component: Phobos
          Assignee: [email protected]
          Reporter: [email protected]

Should cause an exception:

auto re = regex(`^x(\1)`);

--

Reply via email to