-
Notifications
You must be signed in to change notification settings - Fork 5.2k
A few more regex test #58154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A few more regex test #58154
Conversation
|
Tagging subscribers to this area: @eerhardt, @dotnet/area-system-text-regularexpressions Issue DetailsBorrow a few parser tests from Rust (https://github.com/rust-lang/regex). I'll add some execution tests later, although unfortunately many we already have as they derive from the AT&T tests. Work around #56945 which only seems to affect one of my machines.
|
src/libraries/System.Text.RegularExpressions/tests/RegexParserTests.netfx.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Text.RegularExpressions/tests/RegexParserTests.netcoreapp.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Text.RegularExpressions/tests/RegexParserTests.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Text.RegularExpressions/tests/RegexParserTests.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Text.RegularExpressions/tests/RegexParserTests.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Text.RegularExpressions/tests/RegexParserTests.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Text.RegularExpressions/tests/RegexParserTests.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Text.RegularExpressions/tests/RegexParserTests.cs
Outdated
Show resolved
Hide resolved
pgovind
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nothing more to add after Stephen's comments. LGTM!
|
@steveisok I have seen this MacCatalyst was canceled on other PR's. I'm merging because the possibility of these test changes having an issue specific to MacCatalyst is ~zero. |
Borrow a few parser tests from Rust (https://github.com/rust-lang/regex). I'll add some execution tests later, although unfortunately many we already have as they derive from the AT&T tests.
Work around #56945 which only seems to affect one of my machines.