dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
14.82k stars 4.61k forks source link

Port re2 regex tests #61896

Open stephentoub opened 2 years ago

stephentoub commented 2 years ago

re2 has lots of regex functional tests we should port over to improve our coverage: https://github.com/google/re2/blob/d826d9fcb68c62996c1b7c0a45d604e22d814952/re2/testing/

ghost commented 2 years ago

Tagging subscribers to this area: @eerhardt, @dotnet/area-system-text-regularexpressions See info in area-owners.md if you want to be subscribed.

Issue Details
re2 has lots of regex functional tests we should port over to improve our coverage: https://github.com/google/re2/blob/d826d9fcb68c62996c1b7c0a45d604e22d814952/re2/testing/
Author: stephentoub
Assignees: -
Labels: `area-System.Text.RegularExpressions`
Milestone: .NET 7.0
joperezr commented 2 years ago

This will likely miss ZBB but will still make it before 7.0. Adjusting the milestone just because this is not technically a blocker for 7.0.