We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c77feb5 commit 4268092Copy full SHA for 4268092
dsc/tests/dsc_functions.tests.ps1
@@ -248,10 +248,10 @@ Describe 'tests for function expressions' {
248
It 'utcNow function works for: utcNow(<format>)' -TestCases @(
249
@{ format = $null}
250
@{ format = "yyyy-MM-dd"}
251
- @{ format = "yyyy-MM-ddTHH:mm:ss"}
252
- @{ format = "yyyy-MM-ddTHH:mm:ss.fffZ"}
253
- @{ format = "MMM dd, yyyy HH:mm"}
254
- @{ format = "yy-MMMM-dddd H:m tt" }
+ @{ format = "yyyy-MM-ddTHH"}
+ @{ format = "yyyy-MM-ddTHHZ"}
+ @{ format = "MMM dd, yyyy HH"}
+ @{ format = "yy-MMMM-dddd tt H" }
255
@{ format = "MMM ddd zzz" }
256
) {
257
param($format)
0 commit comments