-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Regex Capture gives IndexOutOfRangeException on (?:){93} #62094
Copy link
Copy link
Closed
Labels
area-System.Text.RegularExpressionsbugdisabled-testThe test is disabled in source code against the issueThe test is disabled in source code against the issuehelp wanted[up-for-grabs] Good issue for external contributors[up-for-grabs] Good issue for external contributorsin-prThere is an active PR which will close this issue when it is mergedThere is an active PR which will close this issue when it is merged
Milestone
Metadata
Metadata
Assignees
Labels
area-System.Text.RegularExpressionsbugdisabled-testThe test is disabled in source code against the issueThe test is disabled in source code against the issuehelp wanted[up-for-grabs] Good issue for external contributors[up-for-grabs] Good issue for external contributorsin-prThere is an active PR which will close this issue when it is mergedThere is an active PR which will close this issue when it is merged
Type
Fields
Give feedbackNo fields configured for issues without a type.
On other regex engines, like PCRE, Nim, Python, Javascript, and Golang you would get
0 .. 1On .NET Framework this displays
1 .. 1On .NET 6 it gives
@stephentoub first bug from running Nim tests.