Skip to content
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

Add back regex tests from reverted .* optimization #56070

Merged
merged 1 commit into from
Jul 21, 2021

Conversation

stephentoub
Copy link
Member

Putting back @pgovind's new tests from the reverted #51508

@ghost
Copy link

ghost commented Jul 21, 2021

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

Putting back @pgovind's new tests from the reverted #51508

Author: stephentoub
Assignees: -
Labels:

area-System.Text.RegularExpressions

Milestone: -

{
yield return new object[] { @".*\nfoo", "This shouldn't match", options, 0, 20, false, "" };
yield return new object[] { @"a.*\nfoo", "This shouldn't match", options, 0, 20, false, "" };
yield return new object[] { @".*\nFoo", $"This should match\nFoo", options, 0, 21, true, "This should match\nFoo" };
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit Unnecessary $

@danmoseley
Copy link
Member

Unrelated test failures

@danmoseley danmoseley merged commit 7c72b72 into dotnet:main Jul 21, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Aug 20, 2021
@stephentoub stephentoub deleted the regextests branch October 26, 2021 03:01
@stephentoub stephentoub restored the regextests branch October 26, 2021 03:01
@stephentoub stephentoub deleted the regextests branch October 26, 2021 11:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants