-
Notifications
You must be signed in to change notification settings - Fork 52
Add uriComponent()
and uriComponentToString()
functions
#1176
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 uriComponent()
and uriComponentToString()
functions
#1176
Conversation
Not sure what totally went wrong here, but the older build failed, while the new one succeeded at first. |
…into PowerShellgh-57/main/add-uri-functions
uri()
, uriComponent()
, and uriComponentToString()
functionsuriComponent()
and uriComponentToString()
functions
…into PowerShellgh-57/main/add-uri-functions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Gijsreyn if the purpose of commenting out tests is to run the tests faster, you can always run specific tests directly in VSCode or use Invoke-Pester
which has a filter parameter to limit which tests in a file gets run.
@SteveL-MSFT - I might have known only the method on |
Here's an example: invoke-pester -Output Detailed ./dsc/tests/dsc_expressions.tests.ps1 -FullNameFilter '*Accessors work*' |
PR Summary
This pull request adds the
uriComponent()
anduriComponentToString()
functions, along with their reference documentation.PR Context
Partially addresses #57.