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

Changes to allow special characters in parameter names #2481

Merged
merged 21 commits into from
Sep 1, 2020

Conversation

cvpoienaru
Copy link
Member

@cvpoienaru cvpoienaru commented Jul 13, 2020

Description

Changes to allow special characters in parameter names

Related issue #2441

@cvpoienaru cvpoienaru marked this pull request as ready for review July 21, 2020 08:26
@cvpoienaru cvpoienaru linked an issue Aug 14, 2020 that may be closed by this pull request
@ghost
Copy link

ghost commented Aug 31, 2020

Hello @cvpoienaru!

Because this pull request has the auto-merge label, I will be glad to assist with helping to merge this pull request once all check-in policies pass.

p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (@msftbot) and give me an instruction to get started! Learn more here.

@cvpoienaru cvpoienaru requested a review from nohwnd August 31, 2020 17:34
@@ -95,7 +95,7 @@ public static void UpdateRunSettingsNode(this IRunSettingsProvider runSettingsPr
/// <returns></returns>
public static Match GetTestRunParameterNodeMatch(this IRunSettingsProvider runSettingsProvider, string node)
{
var attrName = $"(?<{AttributeNameString}>\\w+)";
var attrName = $"(?<{AttributeNameString}>[\\w.:-]+)";
Copy link
Member

Choose a reason for hiding this comment

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

No need to do this but converting this and the line below to $@ string would make it so much easier to read.

@nohwnd nohwnd removed the auto-merge label Sep 1, 2020
@nohwnd nohwnd merged commit 327c428 into microsoft:master Sep 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow special characters in parameters
2 participants