Add wildcard back to end of tab completion command lookup#9383
Add wildcard back to end of tab completion command lookup#9383TravisEz13 merged 3 commits intomasterfrom
Conversation
|
@PoshChan please get failures |
|
@PoshChan please get failures |
|
@TylerLeonhardt, your last commit had 1 failures in Expected the actual value to be greater than 0, but got 0.
at <ScriptBlock>, /home/vsts/work/1/s/test/powershell/Host/TabCompletion/TabCompletion.Tests.ps1: line 593
593: $res.CompletionMatches.Count | Should -BeGreaterThan 0 |
|
@TylerLeonhardt, your last commit had 1 failures in Expected the actual value to be greater than 0, but got 0.
at <ScriptBlock>, /Users/vsts/agent/2.149.2/work/1/s/test/powershell/Host/TabCompletion/TabCompletion.Tests.ps1: line 593
593: $res.CompletionMatches.Count | Should -BeGreaterThan 0 |
|
@TylerLeonhardt, test results were not published for PowerShell-CI-static-analysis at vstfs:///Build/Build/20699 |
|
@TylerLeonhardt, your last commit had 1 failures in Expected the actual value to be greater than 0, but got 0.
at <ScriptBlock>, D:\a\1\s\test\powershell\Host\TabCompletion\TabCompletion.Tests.ps1: line 593
593: $res.CompletionMatches.Count | Should -BeGreaterThan 0 |
|
There's the proof |
|
@TravisEz13 we should take this for next 6.2 servicing release |
|
@TylerLeonhardt please review PR name. PR's that change functionality, should be named by the functionality they change. |
|
@TravisEz13 LGTM |
Re-add wildcard when searching AST + Missed test case. ## PR Context In #8109, we removed the line that added a wildcard to the end of the command that was used to match commands in the script AST. This readds that line closer to where it is used.
PR Summary
Re-add wildcard when searching AST + Missed test case.
PR Context
In #8109, we removed the line that added a wildcard to the end of the command that was used to match commands in the script AST. This readds that line closer to where it is used.
PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright headerWIP:or[ WIP ]to the beginning of the title (theWIPbot will keep its status check atPendingwhile the prefix is present) and remove the prefix when the PR is ready.