[pcre-dev] [Bug 2019] New: Quantifiers following group comme…

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 2019] New: Quantifiers following group comments error
https://bugs.exim.org/show_bug.cgi?id=2019

            Bug ID: 2019
           Summary: Quantifiers following group comments error
           Product: PCRE
           Version: 8.39
          Hardware: x86
                OS: All
            Status: NEW
          Severity: bug
          Priority: medium
         Component: Code
          Assignee: ph10@???
          Reporter: firas.dib@???
                CC: pcre-dev@???


The following produces an error:

\s+(?#test)?

While

\s(?#test)?

works fine.

I think this is an error.

--
You are receiving this mail because:
You are on the CC list for the bug.