Add uriComponent() and uriComponentToString() functions#1176
Add uriComponent() and uriComponentToString() functions#1176SteveL-MSFT merged 22 commits intoPowerShell:mainfrom
uriComponent() and uriComponentToString() functions#1176Conversation
|
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
SteveL-MSFT
left a comment
There was a problem hiding this comment.
@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.