File tree Expand file tree Collapse file tree 2 files changed +776
-558
lines changed
Expand file tree Collapse file tree 2 files changed +776
-558
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,14 @@ Describe 'Get-Planet' {
5454 }
5555
5656 It " Given invalid parameter -Name 'Alpha Centauri', it returns `$ null" {
57+ # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.function-call.arguments.powershell meta.block.powershell meta.function-call.arguments.powershell meta.block.powershell
58+ # ^^ meta.function-call.powershell variable.function.powershell
59+ # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.function-call.arguments.powershell
60+ # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.string.interpolated.powershell string.quoted.double.powershell
61+ # ^ punctuation.definition.string.begin.powershell
62+ # ^^ constant.character.escape.powershell
63+ # ^ punctuation.definition.string.end.powershell
64+ # ^ meta.block.powershell punctuation.section.braces.begin.powershell
5765 $planets = Get-Planet - Name ' Alpha Centauri'
5866 $planets | Should - Be $null
5967 }
You can’t perform that action at this time.
0 commit comments