Skip to content

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
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