Skip to content

Commit

Permalink
feat: Import-ModuleMember ( Fixes #743 )
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating authored and StartAutomating committed Nov 28, 2023
1 parent 652cb34 commit c189de6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Tests/Examples/Language.BASIC.examples.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,18 @@ describe 'Language.BASIC' {
Invoke-PipeScript {
$VBScript = '
rem {
rem # Uncommented lines between these two points will be ignored
rem # Commented lines will become PipeScript / PowerShell.
rem param($message = "hello world")
rem "CreateObject(`"WScript.Shell`").Popup(`"$message`")"
rem }
'

[OutputFile('.\HelloWorld.ps1.vbs')]$VBScript
}

Invoke-PipeScript .\HelloWorld.ps1.vbs
}
}
Expand Down

0 comments on commit c189de6

Please sign in to comment.