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 expected output tests for regex source generator #80937

Merged
merged 2 commits into from
Jan 23, 2023

Conversation

stephentoub
Copy link
Member

In particular to help avoid significant formatting / readability regressions in the code output by the regex generator.

Fixes #63300

@ghost
Copy link

ghost commented Jan 20, 2023

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

Issue Details

In particular to help avoid significant formatting / readability regressions in the code output by the regex generator.

Fixes #63300

Author: stephentoub
Assignees: -
Labels:

area-System.Text.RegularExpressions

Milestone: -

In particular to help avoid significant formatting / readability regressions in the code output by the regex generator.
@stephentoub stephentoub merged commit 0ca3647 into dotnet:main Jan 23, 2023
@stephentoub stephentoub deleted the addexpectedoutputtests branch January 23, 2023 19:07
mdh1418 pushed a commit to mdh1418/runtime that referenced this pull request Jan 24, 2023
* Add expected output tests for regex

In particular to help avoid significant formatting / readability regressions in the code output by the regex generator.

* Address PR feedback to normalize version
@ghost ghost locked as resolved and limited conversation to collaborators Feb 23, 2023
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.

Add regex source generator tests that compare against known output
4 participants