| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Andy Jordan (@andschwa) , could you please help to merge this to master, thanks. |
Sorry, something went wrong.
|
James Truher (@JamesWTruher) Please review and merge. |
Sorry, something went wrong.
|
|
||
| It "using -displayhint produces the correct output" { | ||
| $newLine = [Environment]::NewLine | ||
| Get-date -Date:"Jan 1, 2020" -DisplayHint:$([Microsoft.PowerShell.Commands.DisplayHintType]::Date) | Out-String | Should be $newLine"Wednesday, January 1, 2020$newLine$newLine$newLine" |
There was a problem hiding this comment.
-DisplayHint:$([Microsoft.PowerShell.Commands.DisplayHintType]::Date)
should just be:
-DisplayHint Date
Also, I'd be happier if this was
$d = get-date -date "Jan 1, 2020" -DisplayHint Date | out-string
$d.Trim() | should be "Wednesday, January 1, 2020"
Sorry, something went wrong.
There was a problem hiding this comment.
Fixed.
Sorry, something went wrong.
|
LGTM. |
Sorry, something went wrong.
|
🎉This issue was addressed in #10017, which has now been successfully released as v7.0.0-preview.2.:tada: Handy links: |
Sorry, something went wrong.
|
🎉This issue was addressed in #9954, which has now been successfully released as v7.0.0-preview.2.:tada: Handy links: |
Sorry, something went wrong.
|
🎉This issue was addressed in #9885, which has now been successfully released as v7.0.0-preview.2.:tada: Handy links: |
Sorry, something went wrong.
|
🎉This issue was addressed in #9875, which has now been successfully released as v7.0.0-preview.2.:tada: Handy links: |
Sorry, something went wrong.
|
🎉This issue was addressed in #9862, which has now been successfully released as v7.0.0-preview.2.:tada: Handy links: |
Sorry, something went wrong.
|
🎉This issue was addressed in #9854, which has now been successfully released as v7.0.0-preview.2.:tada: Handy links: |
Sorry, something went wrong.
|
🎉This issue was addressed in #9843, which has now been successfully released as v7.0.0-preview.2.:tada: Handy links: |
Sorry, something went wrong.
|
🎉This issue was addressed in #9805, which has now been successfully released as v7.0.0-preview.2.:tada: Handy links: |
Sorry, something went wrong.
|
🎉This issue was addressed in #10364, which has now been successfully released as v7.0.0-preview.3.:tada: Handy links: |
Sorry, something went wrong.
|
🎉This issue was addressed in #10421, which has now been successfully released as v7.0.0-preview.4.:tada: Handy links: |
Sorry, something went wrong.
Add Unit Tests for GetDateTest.cs and StartSleepTest.cs
| Back | FazBrowse Home | New Git URL |
Please help to review, thanks!
This change is