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 875eb15 commit 9687a29Copy full SHA for 9687a29
dsc/tests/dsc_expressions.tests.ps1
@@ -72,9 +72,9 @@ Describe 'Expressions tests' {
72
$out = dsc config get -f $yamlPath | ConvertFrom-Json
73
$LASTEXITCODE | Should -Be 0
74
$out.results[0].result.actualState.output | Should -BeExactly @"
75
- This is a
76
- 'multi-line'
77
- string.
+This is a
+'multi-line'
+string.
78
79
"@.Replace("`r", "")
80
$out.results[1].result.actualState.output | Should -BeExactly "This is a single-quote: '"
0 commit comments