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 03bcf0f commit d5d9cb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/Examples/Language.Rust.examples.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ describe 'Language.Rust' {
println!("{}",msg);
}
' | Set-Content .\HelloWorld_Rust.ps.rs

Invoke-PipeScript .\HelloWorld_Rust.ps.rs
}
it 'Language.Rust Example 4' {
Expand All @@ -43,6 +44,7 @@ describe 'Language.Rust' {
println!(`"{}`",msg);
}
" | Set-Content .\HelloWorld_Rust.ps1.rs

Invoke-PipeScript .\HelloWorld_Rust.ps1.rs -Parameter @{message='hi'}
}
}
Expand Down

0 comments on commit d5d9cb5

Please sign in to comment.