Skip to content

Commit 14d8a2e

Browse files
committed
Added Tests to compliment fix for issue #473
1 parent 37201c8 commit 14d8a2e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Tests/Rules/GoodCmdlet.ps1

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,21 @@ function global:Get-SimpleFunc*
223223

224224
}
225225

226+
function Local:Get-SimpleFunc*
227+
{
228+
229+
}
230+
231+
function PRIVATE:Get-SimpleFunc*
232+
{
233+
234+
}
235+
236+
function ScRiPt:Get-SimpleFunc*
237+
{
238+
239+
}
240+
226241
<#
227242
.Synopsis
228243
Short description

0 commit comments

Comments
 (0)