[pcre-dev] [Bug 2536] New: linefeed match error

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 2536] New: linefeed match error
https://bugs.exim.org/show_bug.cgi?id=2536

            Bug ID: 2536
           Summary: linefeed match error
           Product: PCRE
           Version: 8.39
          Hardware: x86
                OS: Linux
            Status: NEW
          Severity: bug
          Priority: medium
         Component: Code
          Assignee: ph10@???
          Reporter: moreau.marc.web@???
                CC: pcre-dev@???


Step to reproduce:

Define a pattern matching for a simple linefeed : '#^\x0A$#', then test it with
:

"\n" -> Match OK like expected
"\n\n" -> Match Ok not like expected <= The bad guy !
"\n\n\n" -> Not Match like expected
"\n\n\n\n... -> Not Match like expected

See you, thx a lot for your works

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