diff --git a/ParFeature.ps1 b/ParFeature.ps1 index 5d29f77..7fdfd54 100644 --- a/ParFeature.ps1 +++ b/ParFeature.ps1 @@ -1 +1,3 @@ -.\Feb.2017.tests.ps1 -function {[char[]]"$int"|%{('*'*1*[string]$_).padleft(10,'-')}} \ No newline at end of file +.\Feb.2017.tests.ps1 -function {[char[]]"$int"|%{('*'*1*[string]$_).padleft(10,'-')}} +.\Feb.2017.tests.ps1 -function {"$int"[0..9]|%{('*'*1*[string]$_).padleft(10,'-')}} +.\Feb.2017.tests.ps1 -function {"$int"[0..9]|%{('*'*1*"$_").padleft(10,'-')}}