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 5ffe6dd commit dd56af3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Tests/Examples/Language.TCL.examples.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,19 @@ describe 'Language.TCL' {
Invoke-PipeScript {
$tclScript = '
# {
# # Uncommented lines between these two points will be ignored
# # Commented lines will become PipeScript / PowerShell.
# param($message = "hello world")
# "puts `"$message`""
# }
'

[OutputFile('.\HelloWorld.ps1.tcl')]$tclScript
}

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

0 comments on commit dd56af3

Please sign in to comment.