Tests/Examples/Search-ScriptBlock.examples.tests.ps1
describe 'Search-ScriptBlock' { it 'Search-ScriptBlock Example 1' { Search-PipeScript -ScriptBlock { $a $b $c "text" } -AstType Variable } } |
describe 'Search-ScriptBlock' { it 'Search-ScriptBlock Example 1' { Search-PipeScript -ScriptBlock { $a $b $c "text" } -AstType Variable } } |