Azure / Azure/azure-cli-dev-tools

Too strict regular expression used when searching for command names

Open
#434 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
91
Forks
134
Avg merge
2h 51m
Merged PRs (30d)
1

Description

The tool uses predefined regular expressions to search for command names. However, it is strictly required to use a single quoted string to record the command name represented. Names using double quoted strings are ignored, causing unexpected errors.

Code https://github.com/Azure/azure-cli-dev-tools/blob/dev/azdev/operations/regex.py#L91-L96

Example https://dev.azure.com/azclitools/public/_build/results?buildId=135184&view=logs&j=168ccbe3-da49-5c0b-6478-08f7016e4bf5&t=10a595be-4223-5cc7-9a73-012871b6eaee&l=138

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.