| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| $result.CompletionMatches[1].CompletionText | Should Be "-NoClobber" | ||
| $result.CompletionMatches[2].CompletionText | Should Be "-NoOverwrite" | ||
| } | ||
| It "Issue#3416 - 'Select-Object -ExcludeProperty <tab>' should work" { |
There was a problem hiding this comment.
This file is the only one where we have issues numbers in the output of the test - I'm not sure how useful that is though.
I find git blame sufficient for tracking back to an issue, but comments are also sufficient. In the output though - it's just clutter in my opinion.
Sorry, something went wrong.
There was a problem hiding this comment.
I already have this issue opened to eventually address this: #3369
Sorry, something went wrong.
| It "Issue#3416 - 'Select-Object -ExcludeProperty <tab>' should work" { | ||
| $cmd = "Get-Date | Select-Object -ExcludeProperty " | ||
| $result = TabExpansion2 -inputScript $cmd -cursorColumn $cmd.Length | ||
| $result.CompletionMatches.Count | Should Be 15 |
There was a problem hiding this comment.
This could be a fragile test, e.g. if a new version of .Net adds a property.
A more reliable test would look for specific results and not care about ordering.
Sorry, something went wrong.
There was a problem hiding this comment.
Done.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Close #3416