Skip to content

Commit a514523

Browse files
committed
Indent more of the main test file
1 parent fa23373 commit a514523

File tree

2 files changed

+776
-558
lines changed

2 files changed

+776
-558
lines changed

Tests/syntax_test_Pester.ps1

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)