fix: Update formatting

This commit is contained in:
DrIOS
2024-06-23 15:26:45 -05:00
parent 7e98f77424
commit a874836b8b
2 changed files with 16 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ function Get-CISExoOutput {
begin { begin {
# Begin Block # # Begin Block #
<# <#
# Tests
1.2.2 1.2.2
1.3.3 1.3.3
1.3.6 1.3.6
@@ -42,7 +43,7 @@ function Get-CISExoOutput {
6.5.2 6.5.2
6.5.3 6.5.3
8.6.1 8.6.1
# Test number array
$testNumbers = @('1.2.2', '1.3.3', '1.3.6', '2.1.1', '2.1.2', '2.1.3', '2.1.4', '2.1.5', '2.1.6', '2.1.7', '2.1.9', '3.1.1', '6.1.1', '6.1.2', '6.1.3', '6.2.1', '6.2.2', '6.2.3', '6.3.1', '6.5.1', '6.5.2', '6.5.3', '8.6.1') $testNumbers = @('1.2.2', '1.3.3', '1.3.6', '2.1.1', '2.1.2', '2.1.3', '2.1.4', '2.1.5', '2.1.6', '2.1.7', '2.1.9', '3.1.1', '6.1.1', '6.1.2', '6.1.3', '6.2.1', '6.2.2', '6.2.3', '6.3.1', '6.5.1', '6.5.2', '6.5.3', '8.6.1')
#> #>
} }

View File

@@ -23,6 +23,19 @@ function Get-CISMgOutput {
begin { begin {
# Begin Block # # Begin Block #
# Tests
<#
1.1.1
1.1.3
1.2.1
1.3.1
5.1.2.3
5.1.8.1
6.1.2
6.1.3
# Test number array
$testNumbers = @('1.1.1', '1.1.3', '1.2.1', '1.3.1', '5.1.2.3', '5.1.8.1', '6.1.2', '6.1.3')
#>
} }
process { process {
switch ($rec) { switch ($rec) {