Tests/Examples/Search-PipeScript.examples.tests.ps1


describe 'Search-PipeScript' {
    it 'Search-PipeScript Example 1' {
        Search-PipeScript -ScriptBlock {
            $a
            $b
            $c
            "text"
        } -AstType Variable
    }
}